#021F0F

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

Shades of Dark Green #021F0F

Tints of Dark Green #021F0F

Color information

#021F0F (or 0x021F0F) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 0F. RGB value is (2,31,15). Sum of RGB (Red+Green+Blue) = 2+31+15=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 31 (12.5% from 255 or 64.58% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 31 - color contains mainly: green. Hex color #021F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F0F is #FDE0F0. Grayscale: #141414. Windows color (decimal): -16638193 or 990978. OLE color: 990978.

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

Color convert

RGB23115-
CMYK0.9400.520.88
HSL146.9º87.88%6.47%-
HSV(B)146.9º93.55%12.16%-
XYZ0.61.030.62-
YUV20.5124.89114.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 31 (12.5% from 255) = 64.58%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=4.17%
G=64.58%
B=31.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal231150.9400.520.88146.987.886.47
Hex21FF5E0345893586
Octal237171360641302231306
Binary10111111111101111001101001011000100100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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