#012712

Color #012712 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #012712

Tints of Dark Green #012712

Color information

#012712 (or 0x012712) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 12. RGB value is (1,39,18). Sum of RGB (Red+Green+Blue) = 1+39+18=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #012712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012712 is #FED8ED. Grayscale: #191919. Windows color (decimal): -16701678 or 1189633. OLE color: 1189633.

HSL color Cylindrical-coordinate representation of color #012712: hue angle of 146.84º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012712 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB13918-
CMYK0.9700.540.85
HSL146.84º95%7.84%-
HSV(B)146.84º97.44%15.29%-
XYZ0.851.50.82-
YUV25.24123.91110.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 39 (15.62% from 255) = 67.24%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=1.72%
G=67.24%
B=31.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal139180.9700.540.85146.84957.84
Hex127126103655935f8
Octal1472214106612522313710
Binary1100111100101100001011011010101011001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012712; }

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

 H1.HeaderClassName
 {
   color: #012712;
 }
 .AnyTagClassName
 {
   color: #012712;
 }
</style>
background-color css

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

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

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

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

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

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