Html Css Color HEX #002714 Dark Green

📋 copy color: '#002714'

red 0 ◦ green 39 ◦ blue 20

#002714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #002714

Tints of Dark Green #002714

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 39 (15.63% from 255) = 66.1%

 BLUE value IS 20 (8.2% from 255) = 33.9%

R = 0%
G = 66.1%
B = 33.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#002714 (or 0x002714) is known color: Dark Green. HEX triplet: 00, 27 and 14. RGB value is (0,39,20). Sum of RGB (Red+Green+Blue) = 0+39+20=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #002714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002714 is #FFD8EB. Grayscale: #191919. Windows color (decimal): -16767212 or 1320704. OLE color: 1320704.

HSL color Cylindrical-coordinate representation of color #002714: hue angle of 150.77º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002714 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 39 20 -
CMYK 1 0 0.49 0.85
HSL 150.77º 1% 0.08% -
HSV(B) 150.77º 1% 0.15% -
XYZ 0.85 1.5 0.91 -
YUV 25.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 0 39 20 1 0 0.49 0.85 150.77 1 0.08
Hex 0 27 14 64 0 31 55 97 64 8
Octal 0 47 24 144 0 61 125 227 144 10
Binary 0 100111 10100 1100100 0 110001 1010101 10010111 1100100 1000

Color Harmonies of #002714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002714

Black with #002714

Text Example


Text Example

White with #002714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002714; }

 p { color: rgb(0,39,20); }

 H1.HeaderClassName
 {
   color: #002714;
 }
 .AnyTagClassName
 {
   color: #002714;
 }
</style>

background-color css

<style>
 a { background-color: #002714; }

 a { background-color: rgb(0,39,20); }

 div.DivClassName
 {
   background-color: #002714;
 }
 .BgClassName
 {
   background-color: #002714;
 }
</style>

border-color css

<style>
 span { border-color: #002714; }

 span { border-color: rgb(0,39,20); }

 td.TdClassName
 {
   border-color: #002714;
 }
 .TagClassName
 {
   border-color: #002714;
 }
</style>