#021F1C

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

Shades of Dark Green #021F1C

Tints of Dark Green #021F1C

Color information

#021F1C (or 0x021F1C) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 1C. RGB value is (2,31,28). Sum of RGB (Red+Green+Blue) = 2+31+28=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #021F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F1C is #FDE0E3. Grayscale: #151515. Windows color (decimal): -16638180 or 1842946. OLE color: 1842946.

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

Color convert

RGB23128-
CMYK0.9400.100.88
HSL173.79º87.88%6.47%-
HSV(B)173.79º93.55%12.16%-
XYZ0.721.081.27-
YUV21.99131.39113.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 31 (12.5% from 255) = 50.82%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=3.28%
G=50.82%
B=45.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal231280.9400.100.88173.7987.886.47
Hex21F1C5E0A58ae586
Octal237341360121302561306
Binary1011111111001011110010101011000101011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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