#012512

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

Shades of Dark Green #012512

Tints of Dark Green #012512

Color information

#012512 (or 0x012512) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 12. RGB value is (1,37,18). Sum of RGB (Red+Green+Blue) = 1+37+18=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #012512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012512 is #FEDAED. Grayscale: #181818. Windows color (decimal): -16702190 or 1189121. OLE color: 1189121.

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

Color convert

RGB13718-
CMYK0.9700.510.85
HSL148.33º94.74%7.45%-
HSV(B)148.33º97.3%14.51%-
XYZ0.781.370.8-
YUV24.07124.57111.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 37 (14.84% from 255) = 66.07%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=1.79%
G=66.07%
B=32.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137180.9700.510.85148.3394.747.45
Hex125126103355945f7
Octal145221410631252241377
Binary110010110010110000101100111010101100101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012512; }

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

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

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

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

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

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

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

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