Html Css Color HEX #002814 Dark Green

📋 copy color: '#002814'

red 0 ◦ green 40 ◦ blue 20

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

Shades of Dark Green #002814

Tints of Dark Green #002814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 66.67%

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

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#002814 (or 0x002814) is known color: Dark Green. HEX triplet: 00, 28 and 14. RGB value is (0,40,20). Sum of RGB (Red+Green+Blue) = 0+40+20=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #002814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002814 is #FFD7EB. Grayscale: #191919. Windows color (decimal): -16766956 or 1320960. OLE color: 1320960.

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

Color convert

RGB 0 40 20 -
CMYK 1 0 0.5 0.84
HSL 150º 1% 0.08% -
HSV(B) 150º 1% 0.16% -
XYZ 0.89 1.57 0.92 -
YUV 25.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 0 40 20 1 0 0.5 0.84 150 1 0.08
Hex 0 28 14 64 0 32 54 96 64 8
Octal 0 50 24 144 0 62 124 226 144 10
Binary 0 101000 10100 1100100 0 110010 1010100 10010110 1100100 1000

Color Harmonies of #002814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002814

Black with #002814

Text Example


Text Example

White with #002814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002814; }

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

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

background-color css

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

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

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

border-color css

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

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

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