#022512

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

Shades of Dark Green #022512

Tints of Dark Green #022512

Color information

#022512 (or 0x022512) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 12. RGB value is (2,37,18). Sum of RGB (Red+Green+Blue) = 2+37+18=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #022512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022512 is #FDDAED. Grayscale: #181818. Windows color (decimal): -16636654 or 1189122. OLE color: 1189122.

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

Color convert

RGB23718-
CMYK0.9500.510.85
HSL147.43º89.74%7.65%-
HSV(B)147.43º94.59%14.51%-
XYZ0.81.380.8-
YUV24.37124.4112.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 37 (14.84% from 255) = 64.91%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=3.51%
G=64.91%
B=31.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237180.9500.510.85147.4389.747.65
Hex225125F03355935a8
Octal2452213706312522313210
Binary10100101100101011111011001110101011001001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022512; }

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

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

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

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

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

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

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

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