#021F0E

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

Shades of Dark Green #021F0E

Tints of Dark Green #021F0E

Color information

#021F0E (or 0x021F0E) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 0E. RGB value is (2,31,14). Sum of RGB (Red+Green+Blue) = 2+31+14=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #021F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F0E is #FDE0F1. Grayscale: #141414. Windows color (decimal): -16638194 or 925442. OLE color: 925442.

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

Color convert

RGB23114-
CMYK0.9400.550.88
HSL144.83º87.88%6.47%-
HSV(B)144.83º93.55%12.16%-
XYZ0.591.020.58-
YUV20.39124.39114.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 31 (12.5% from 255) = 65.96%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=4.26%
G=65.96%
B=29.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal231140.9400.550.88144.8387.886.47
Hex21FE5E0375891586
Octal237161360671302211306
Binary10111111110101111001101111011000100100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,31,14); }

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

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

 a { background-color: rgb(2,31,14); }

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

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

 span { border-color: rgb(2,31,14); }

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