#021F15

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

Shades of Dark Green #021F15

Tints of Dark Green #021F15

Color information

#021F15 (or 0x021F15) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 15. RGB value is (2,31,21). Sum of RGB (Red+Green+Blue) = 2+31+21=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #021F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F15 is #FDE0EA. Grayscale: #151515. Windows color (decimal): -16638187 or 1384194. OLE color: 1384194.

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

Color convert

RGB23121-
CMYK0.9400.320.88
HSL159.31º87.88%6.47%-
HSV(B)159.31º93.55%12.16%-
XYZ0.651.050.88-
YUV21.19127.89114.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 31 (12.5% from 255) = 57.41%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=3.70%
G=57.41%
B=38.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal231210.9400.320.88159.3187.886.47
Hex21F155E020589f586
Octal237251360401302371306
Binary101111110101101111001000001011000100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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