Html Css Color HEX #012012 Dark Green

📋 copy color: '#012012'

red 1 ◦ green 32 ◦ blue 18

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

Shades of Dark Green #012012

Tints of Dark Green #012012

RGB

 RED value IS 1 (0.78% from 255) = 1.96%

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

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

R = 1.96%
G = 62.75%
B = 35.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#012012 (or 0x012012) is known color: Dark Green. HEX triplet: 01, 20 and 12. RGB value is (1,32,18). Sum of RGB (Red+Green+Blue) = 1+32+18=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #012012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012012 is #FEDFED. Grayscale: #151515. Windows color (decimal): -16703470 or 1187841. OLE color: 1187841.

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

Color convert

RGB 1 32 18 -
CMYK 0.97 0 0.44 0.87
HSL 152.9º 0.94% 0.06% -
HSV(B) 152.9º 0.97% 0.13% -
XYZ 0.64 1.08 0.75 -
YUV 21.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 1 32 18 0.97 0 0.44 0.87 152.9 0.94 0.06
Hex 1 20 12 61 0 2C 57 99 5E 6
Octal 1 40 22 141 0 54 127 231 136 6
Binary 1 100000 10010 1100001 0 101100 1010111 10011001 1011110 110

Color Harmonies of #012012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012012

Black with #012012

Text Example


Text Example

White with #012012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012012; }

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

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

background-color css

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

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

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

border-color css

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

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

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