#021C18

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

Shades of Dark Green #021C18

Tints of Dark Green #021C18

Color information

#021C18 (or 0x021C18) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 18. RGB value is (2,28,24). Sum of RGB (Red+Green+Blue) = 2+28+24=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #021C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C18 is #FDE3E7. Grayscale: #131313. Windows color (decimal): -16638952 or 1580034. OLE color: 1580034.

HSL color Cylindrical-coordinate representation of color #021C18: hue angle of 170.77º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C18 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB22824-
CMYK0.9300.140.89
HSL170.77º86.67%5.88%-
HSV(B)170.77º92.86%10.98%-
XYZ0.610.911.01-
YUV19.77130.39115.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=3.70%
G=51.85%
B=44.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228240.9300.140.89170.7786.675.88
Hex21C185D0E59ab576
Octal234301350161312531276
Binary1011100110001011101011101011001101010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C18; }

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

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

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

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

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

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

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

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