#021C0B

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

Shades of Dark Green #021C0B

Tints of Dark Green #021C0B

Color information

#021C0B (or 0x021C0B) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 0B. RGB value is (2,28,11). Sum of RGB (Red+Green+Blue) = 2+28+11=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #021C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C0B is #FDE3F4. Grayscale: #121212. Windows color (decimal): -16638965 or 728066. OLE color: 728066.

HSL color Cylindrical-coordinate representation of color #021C0B: hue angle of 140.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 #021C0B is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.

Color convert

RGB22811-
CMYK0.9300.610.89
HSL140.77º86.67%5.88%-
HSV(B)140.77º92.86%10.98%-
XYZ0.50.870.46-
YUV18.29123.89116.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 28 (11.33% from 255) = 68.29%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=4.88%
G=68.29%
B=26.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228110.9300.610.89140.7786.675.88
Hex21CB5D03D598d576
Octal234131350751312151276
Binary10111001011101110101111011011001100011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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