#021813

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

Shades of Dark Green #021813

Tints of Dark Green #021813

Color information

#021813 (or 0x021813) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 13. RGB value is (2,24,19). Sum of RGB (Red+Green+Blue) = 2+24+19=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #021813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021813 is #FDE7EC. Grayscale: #101010. Windows color (decimal): -16639981 or 1251330. OLE color: 1251330.

HSL color Cylindrical-coordinate representation of color #021813: hue angle of 166.36º 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 #021813 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB22419-
CMYK0.9200.210.91
HSL166.36º84.62%5.1%-
HSV(B)166.36º91.67%9.41%-
XYZ0.470.710.73-
YUV16.85129.21117.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=4.44%
G=53.33%
B=42.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224190.9200.210.91166.3684.625.1
Hex218135C0155Ba6555
Octal230231340251332461255
Binary10110001001110111000101011011011101001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021813; }

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

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

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

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

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

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

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

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