#021F1B

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

Shades of Dark Green #021F1B

Tints of Dark Green #021F1B

Color information

#021F1B (or 0x021F1B) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 1B. RGB value is (2,31,27). Sum of RGB (Red+Green+Blue) = 2+31+27=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #021F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F1B is #FDE0E4. Grayscale: #151515. Windows color (decimal): -16638181 or 1777410. OLE color: 1777410.

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

Color convert

RGB23127-
CMYK0.9400.130.88
HSL171.72º87.88%6.47%-
HSV(B)171.72º93.55%12.16%-
XYZ0.711.071.21-
YUV21.87130.89113.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 31 (12.5% from 255) = 51.67%
BLUE value IS 27 (10.94% from 255) = 45%
R=3.33%
G=51.67%
B=45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal231270.9400.130.88171.7287.886.47
Hex21F1B5E0D58ac586
Octal237331360151302541306
Binary1011111110111011110011011011000101011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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