#021911

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

Shades of Dark Green #021911

Tints of Dark Green #021911

Color information

#021911 (or 0x021911) is unknown color: approx Dark Green. HEX triplet: 02, 19 and 11. RGB value is (2,25,17). Sum of RGB (Red+Green+Blue) = 2+25+17=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #021911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021911 is #FDE6EE. Grayscale: #111111. Windows color (decimal): -16639727 or 1120514. OLE color: 1120514.

HSL color Cylindrical-coordinate representation of color #021911: hue angle of 159.13º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021911 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB22517-
CMYK0.9200.320.90
HSL159.13º85.19%5.29%-
HSV(B)159.13º92%9.8%-
XYZ0.470.750.65-
YUV17.21127.88117.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 25 (10.16% from 255) = 56.82%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=4.55%
G=56.82%
B=38.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal225170.9200.320.90159.1385.195.29
Hex219115C0205A9f555
Octal231211340401322371255
Binary101100110001101110001000001011010100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021911; }

 p { color: rgb(2,25,17); }

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

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

 a { background-color: rgb(2,25,17); }

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

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

 span { border-color: rgb(2,25,17); }

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