#021810

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

Shades of Dark Green #021810

Tints of Dark Green #021810

Color information

#021810 (or 0x021810) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 10. RGB value is (2,24,16). Sum of RGB (Red+Green+Blue) = 2+24+16=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #021810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021810 is #FDE7EF. Grayscale: #101010. Windows color (decimal): -16639984 or 1054722. OLE color: 1054722.

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

Color convert

RGB22416-
CMYK0.9200.330.91
HSL158.18º84.62%5.1%-
HSV(B)158.18º91.67%9.41%-
XYZ0.450.70.6-
YUV16.51127.71117.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.76%
GREEN value IS 24 (9.77% from 255) = 57.14%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=4.76%
G=57.14%
B=38.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224160.9200.330.91158.1884.625.1
Hex218105C0215B9e555
Octal230201340411332361255
Binary101100010000101110001000011011011100111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021810; }

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

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

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

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

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

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

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

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