#021E0F

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

Shades of Dark Green #021E0F

Tints of Dark Green #021E0F

Color information

#021E0F (or 0x021E0F) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 0F. RGB value is (2,30,15). Sum of RGB (Red+Green+Blue) = 2+30+15=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #021E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E0F is #FDE1F0. Grayscale: #131313. Windows color (decimal): -16638449 or 990722. OLE color: 990722.

HSL color Cylindrical-coordinate representation of color #021E0F: hue angle of 147.86º 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 #021E0F is Cyan = 0.93, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB23015-
CMYK0.9300.50.88
HSL147.86º87.5%6.27%-
HSV(B)147.86º93.33%11.76%-
XYZ0.580.980.61-
YUV19.92125.22115.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 30 (12.11% from 255) = 63.83%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=4.26%
G=63.83%
B=31.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230150.9300.50.88147.8687.56.27
Hex21EF5D0325894586
Octal236171350621302241306
Binary10111101111101110101100101011000100101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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