#021812

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

Shades of Dark Green #021812

Tints of Dark Green #021812

Color information

#021812 (or 0x021812) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 12. RGB value is (2,24,18). Sum of RGB (Red+Green+Blue) = 2+24+18=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #021812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021812 is #FDE7ED. Grayscale: #101010. Windows color (decimal): -16639982 or 1185794. OLE color: 1185794.

HSL color Cylindrical-coordinate representation of color #021812: hue angle of 163.64º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021812 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB22418-
CMYK0.9200.250.91
HSL163.64º84.62%5.1%-
HSV(B)163.64º91.67%9.41%-
XYZ0.460.710.68-
YUV16.74128.71117.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=4.55%
G=54.55%
B=40.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224180.9200.250.91163.6484.625.1
Hex218125C0195Ba4555
Octal230221340311332441255
Binary10110001001010111000110011011011101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021812; }

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

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

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

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

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

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

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

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