#021E0B

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

Shades of Dark Green #021E0B

Tints of Dark Green #021E0B

Color information

#021E0B (or 0x021E0B) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 0B. RGB value is (2,30,11). Sum of RGB (Red+Green+Blue) = 2+30+11=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 30 (12.11% from 255 or 69.77% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 30 - color contains mainly: green. Hex color #021E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E0B is #FDE1F4. Grayscale: #131313. Windows color (decimal): -16638453 or 728578. OLE color: 728578.

HSL color Cylindrical-coordinate representation of color #021E0B: hue angle of 139.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E0B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB23011-
CMYK0.9300.630.88
HSL139.29º87.5%6.27%-
HSV(B)139.29º93.33%11.76%-
XYZ0.550.970.47-
YUV19.46123.22115.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 30 (12.11% from 255) = 69.77%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=4.65%
G=69.77%
B=25.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230110.9300.630.88139.2987.56.27
Hex21EB5D03F588b586
Octal236131350771302131306
Binary10111101011101110101111111011000100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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