#102920

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

Shades of Dark Green #102920

Tints of Dark Green #102920

Color information

#102920 (or 0x102920) is unknown color: approx Dark Green. HEX triplet: 10, 29 and 20. RGB value is (16,41,32). Sum of RGB (Red+Green+Blue) = 16+41+32=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 41 - color contains mainly: green. Hex color #102920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102920 is #EFD6DF. Grayscale: #202020. Windows color (decimal): -15718112 or 2107664. OLE color: 2107664.

HSL color Cylindrical-coordinate representation of color #102920: hue angle of 158.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #102920 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB164132-
CMYK0.6100.220.84
HSL158.4º43.86%11.18%-
HSV(B)158.4º60.98%16.08%-
XYZ1.271.81.65-
YUV32.5127.72116.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 41 (16.41% from 255) = 46.07%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=17.98%
G=46.07%
B=35.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1641320.6100.220.84158.443.8611.18
Hex1029203D016549e2cb
Octal205140750261242365413
Binary100001010011000001111010101101010100100111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102920; }

 p { color: rgb(16,41,32); }

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

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

 a { background-color: rgb(16,41,32); }

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

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

 span { border-color: rgb(16,41,32); }

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