#021D10

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

Shades of Dark Green #021D10

Tints of Dark Green #021D10

Color information

#021D10 (or 0x021D10) is unknown color: approx Dark Green. HEX triplet: 02, 1D and 10. RGB value is (2,29,16). Sum of RGB (Red+Green+Blue) = 2+29+16=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #021D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D10 is #FDE2EF. Grayscale: #131313. Windows color (decimal): -16638704 or 1056002. OLE color: 1056002.

HSL color Cylindrical-coordinate representation of color #021D10: hue angle of 151.11º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D10 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.

Color convert

RGB22916-
CMYK0.9300.450.89
HSL151.11º87.1%6.08%-
HSV(B)151.11º93.1%11.37%-
XYZ0.560.930.64-
YUV19.44126.05115.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=4.26%
G=61.70%
B=34.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal229160.9300.450.89151.1187.16.08
Hex21D105D02D5997576
Octal235201350551312271276
Binary101110110000101110101011011011001100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,29,16); }

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

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

 a { background-color: rgb(2,29,16); }

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

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

 span { border-color: rgb(2,29,16); }

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