Html Css Color HEX #002012 Dark Green

📋 copy color: '#002012'

red 0 ◦ green 32 ◦ blue 18

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

Shades of Dark Green #002012

Tints of Dark Green #002012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 64%

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

R = 0%
G = 64%
B = 36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#002012 (or 0x002012) is known color: Dark Green. HEX triplet: 00, 20 and 12. RGB value is (0,32,18). Sum of RGB (Red+Green+Blue) = 0+32+18=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #002012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002012 is #FFDFED. Grayscale: #141414. Windows color (decimal): -16769006 or 1187840. OLE color: 1187840.

HSL color Cylindrical-coordinate representation of color #002012: hue angle of 153.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002012 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 32 18 -
CMYK 1 0 0.44 0.87
HSL 153.75º 1% 0.06% -
HSV(B) 153.75º 1% 0.13% -
XYZ 0.63 1.08 0.75 -
YUV 20.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 0 32 18 1 0 0.44 0.87 153.75 1 0.06
Hex 0 20 12 64 0 2C 57 9A 64 6
Octal 0 40 22 144 0 54 127 232 144 6
Binary 0 100000 10010 1100100 0 101100 1010111 10011010 1100100 110

Color Harmonies of #002012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002012

Black with #002012

Text Example


Text Example

White with #002012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002012; }

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

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

background-color css

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

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

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

border-color css

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

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

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