Html Css Color HEX #012912 Dark Green

📋 copy color: '#012912'

red 1 ◦ green 41 ◦ blue 18

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

Shades of Dark Green #012912

Tints of Dark Green #012912

RGB

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

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

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

R = 1.67%
G = 68.33%
B = 30%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#012912 (or 0x012912) is known color: Dark Green. HEX triplet: 01, 29 and 12. RGB value is (1,41,18). Sum of RGB (Red+Green+Blue) = 1+41+18=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 41 (16.41% from 255 or 68.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 41 - color contains mainly: green. Hex color #012912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012912 is #FED6ED. Grayscale: #1A1A1A. Windows color (decimal): -16701166 or 1190145. OLE color: 1190145.

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

Color convert

RGB 1 41 18 -
CMYK 0.98 0 0.56 0.84
HSL 145.5º 0.95% 0.08% -
HSV(B) 145.5º 0.98% 0.16% -
XYZ 0.91 1.64 0.84 -
YUV 26.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 1 41 18 0.98 0 0.56 0.84 145.5 0.95 0.08
Hex 1 29 12 62 0 38 54 92 5F 8
Octal 1 51 22 142 0 70 124 222 137 10
Binary 1 101001 10010 1100010 0 111000 1010100 10010010 1011111 1000

Color Harmonies of #012912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012912

Black with #012912

Text Example


Text Example

White with #012912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012912; }

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

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

background-color css

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

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

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

border-color css

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

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

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