#021E1F

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

Shades of Dark Green #021E1F

Tints of Dark Green #021E1F

Color information

#021E1F (or 0x021E1F) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 1F. RGB value is (2,30,31). Sum of RGB (Red+Green+Blue) = 2+30+31=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #021E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E1F is #FDE1E0. Grayscale: #151515. Windows color (decimal): -16638433 or 2039298. OLE color: 2039298.

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

Color convert

RGB23031-
CMYK0.940.0300.88
HSL182.07º87.88%6.47%-
HSV(B)182.07º93.55%12.16%-
XYZ0.741.041.46-
YUV21.74133.22113.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 30 (12.11% from 255) = 47.62%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=3.17%
G=47.62%
B=49.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230310.940.0300.88182.0787.886.47
Hex21E1F5E3058b6586
Octal23637136301302661306
Binary10111101111110111101101011000101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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