#021B0C

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

Shades of Dark Green #021B0C

Tints of Dark Green #021B0C

Color information

#021B0C (or 0x021B0C) is unknown color: approx Dark Green. HEX triplet: 02, 1B and 0C. RGB value is (2,27,12). Sum of RGB (Red+Green+Blue) = 2+27+12=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 27 (10.94% from 255 or 65.85% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 27 - color contains mainly: green. Hex color #021B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B0C is #FDE4F3. Grayscale: #111111. Windows color (decimal): -16639220 or 793346. OLE color: 793346.

HSL color Cylindrical-coordinate representation of color #021B0C: hue angle of 144º degrees, saturation: 0.86, 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 #021B0C is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB22712-
CMYK0.9300.560.89
HSL144º86.21%5.69%-
HSV(B)144º92.59%10.59%-
XYZ0.480.820.48-
YUV17.81124.72116.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 27 (10.94% from 255) = 65.85%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=4.88%
G=65.85%
B=29.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal227120.9300.560.8914486.215.69
Hex21BC5D0385990566
Octal233141350701312201266
Binary10110111100101110101110001011001100100001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,12); }

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

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

 a { background-color: rgb(2,27,12); }

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

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

 span { border-color: rgb(2,27,12); }

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