#002512

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

Shades of Dark Green #002512

Tints of Dark Green #002512

Color information

#002512 (or 0x002512) is unknown color: approx Dark Green. HEX triplet: 00, 25 and 12. RGB value is (0,37,18). Sum of RGB (Red+Green+Blue) = 0+37+18=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #002512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002512 is #FFDAED. Grayscale: #171717. Windows color (decimal): -16767726 or 1189120. OLE color: 1189120.

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

Color convert

RGB03718-
CMYK100.510.85
HSL149.19º100%7.25%-
HSV(B)149.19º100%14.51%-
XYZ0.771.370.8-
YUV23.77124.74111.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 67.27%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=0%
G=67.27%
B=32.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03718100.510.85149.191007.25
Hex02512640335595647
Octal045221440631252251447
Binary010010110010110010001100111010101100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002512; }

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

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

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

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

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

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

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

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