#021811

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

Shades of Dark Green #021811

Tints of Dark Green #021811

Color information

#021811 (or 0x021811) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 11. RGB value is (2,24,17). Sum of RGB (Red+Green+Blue) = 2+24+17=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #021811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021811 is #FDE7EE. Grayscale: #101010. Windows color (decimal): -16639983 or 1120258. OLE color: 1120258.

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

Color convert

RGB22417-
CMYK0.9200.290.91
HSL160.91º84.62%5.1%-
HSV(B)160.91º91.67%9.41%-
XYZ0.450.710.64-
YUV16.62128.21117.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 24 (9.77% from 255) = 55.81%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=4.65%
G=55.81%
B=39.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224170.9200.290.91160.9184.625.1
Hex218115C01D5Ba1555
Octal230211340351332411255
Binary10110001000110111000111011011011101000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021811; }

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

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

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

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

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

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

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

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