COLOR #002714

HEX: #002714 RGB: (0,39,20)

Color info

#002714 contains only green and blue colors. Web safe color of #002714 is #003300 (or #030).

RGB color model

#002714 color RGB value is (0,39,20).

RGB: (0,39,20) (0%, 15%, 8%)

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 20 of 255 = 8%

0
39
20

R + G + B ~ 8%. #002714 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 39 + 20 = 59 (100%)
R 0 of 59 ~ 0%
G 39 of 59 ~ 66.1%
B 20 of 59 ~ 33.9'%

%66.1
%33.9

CMYK color model

#002714 color CMYK value is (100,0,49,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.72%
  • key color value is 84.71%

CMYK: (100,0,49,85)
C100M0Y49K85 (100%, 0%, 49%, 85%)
(1.00 / 0.00 / 0.49 / 0.85)

CMYK percentages

%100
%0
%48.72
%84.71

Codes

Color #002714 in popluar color models

00 27 14
RGB 0 39 20
HSL 151° 100.00% 7.65%
HSB/HSV 151° 100.00% 15.29%
CMYK 100.00% 0.00% 48.72%
84.71%

Color #002714 in popluar number systems.

HEX 00 27 14
Decimal 0 39 20
Binary 0 100111 10100
Octal 0 47 24

Shades and tints

Shades of #002714

#002714
(0,39,20)
#002413
(0,36,19)
#002112
(0,33,18)
#001E11
(0,30,17)
#001B10
(0,27,16)
#00180F
(0,24,15)
#00150E
(0,21,14)
#00120D
(0,18,13)
#000F0C
(0,15,12)
#000C0B
(0,12,11)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #002714

#002714
(0,39,20)
#173A29
(23,58,41)
#2E4D3E
(46,77,62)
#456053
(69,96,83)
#5C7368
(92,115,104)
#73867D
(115,134,125)
#8A9992
(138,153,146)
#A1ACA7
(161,172,167)
#B8BFBC
(184,191,188)
#CFD2D1
(207,210,209)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002714 color. Also use rgb(0,39,20) instead hex code.

Text Font Color

.myTextColor { color: #002714; }

<p style="color:#002714">This sample text font color is #002714.</p>

This text font color is #002714.

Background Color

.myBgColor { background-color: #002714; }

<div style="background-color:#002714">Inner text</div>

This div background color is #002714.

Border color

.myBorderColor { border: 1px solid #002714; }

<div style="border:3px solid #002714">Div</div>

This div border color is #002714.

Opacity

.myOpacity80 { color: #002714; opacity: 0.8; }

<p style="color:#002714;opacity:0.8;">80%</p>

Text with #002714 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #002714;}

<p style="text-shadow: 3px 3px 1px #002714">Text here.</p>

This text has shadow with #002714 color.


.textShadow {text-shadow: 3px 3px 1px #002714', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #002714, 5px 5px 20px red">Text here.</p>

This text has shadow with #002714 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#002714, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#002714, Direction=45, Strength=4)">Text</p>

This text has shadow with #002714 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #002714;
-webkit-box-shadow: 1px 1px 3px 2px #002714;
box-shadow: 1px 1px 3px 2px #002714;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #002714; -webkit-box-shadow: 1px 1px 3px 2px #002714; box-shadow:1px 1px 3px 2px #002714;">
Div content here
</div>

This div box has shadow with color #002714.

Preview

Color preview on black background

This text has color #002714 on black background.


Color preview on white background

This text has color #002714 on white background.


Black color preview on #002714 background

This text has black color on #002714 background.


White color preview on #002714 background

This text has white color on #002714 background.


Related colors

Complementary color

Complementary color for #hex is #FFD8EB.


I love getcolorcode.com

Triadic colors

1 #140027 and #271400 with #002714 are triadic colors.

2 #142700 and #270014 with #002714 are triadic colors.