Html Css Color HEX #002912 Dark Green

📋 copy color: '#002912'

red 0 ◦ green 41 ◦ blue 18

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

Shades of Dark Green #002912

Tints of Dark Green #002912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 69.49%

 BLUE value IS 18 (7.42% from 255) = 30.51%

R = 0%
G = 69.49%
B = 30.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#002912 (or 0x002912) is known color: Dark Green. HEX triplet: 00, 29 and 12. RGB value is (0,41,18). Sum of RGB (Red+Green+Blue) = 0+41+18=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #002912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002912 is #FFD6ED. Grayscale: #1A1A1A. Windows color (decimal): -16766702 or 1190144. OLE color: 1190144.

HSL color Cylindrical-coordinate representation of color #002912: hue angle of 146.34º 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 #002912 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 41 18 -
CMYK 1 0 0.56 0.84
HSL 146.34º 1% 0.08% -
HSV(B) 146.34º 1% 0.16% -
XYZ 0.9 1.63 0.84 -
YUV 26.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 0 41 18 1 0 0.56 0.84 146.34 1 0.08
Hex 0 29 12 64 0 38 54 92 64 8
Octal 0 51 22 144 0 70 124 222 144 10
Binary 0 101001 10010 1100100 0 111000 1010100 10010010 1100100 1000

Color Harmonies of #002912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002912

Black with #002912

Text Example


Text Example

White with #002912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002912; }

 p { color: rgb(0,41,18); }

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

background-color css

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

 a { background-color: rgb(0,41,18); }

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

border-color css

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

 span { border-color: rgb(0,41,18); }

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