#102019

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

Shades of Dark Green #102019

Tints of Dark Green #102019

Color information

#102019 (or 0x102019) is unknown color: approx Dark Green. HEX triplet: 10, 20 and 19. RGB value is (16,32,25). Sum of RGB (Red+Green+Blue) = 16+32+25=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #102019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102019 is #EFDFE6. Grayscale: #1A1A1A. Windows color (decimal): -15720423 or 1646608. OLE color: 1646608.

HSL color Cylindrical-coordinate representation of color #102019: hue angle of 153.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #102019 is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB163225-
CMYK0.500.220.87
HSL153.75º33.33%9.41%-
HSV(B)153.75º50%12.55%-
XYZ0.911.211.11-
YUV26.42127.2120.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=21.92%
G=43.84%
B=34.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632250.500.220.87153.7533.339.41
Hex10201932016579a219
Octal204031620261272324111
Binary10000100000110011100100101101010111100110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102019; }

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

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

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

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

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

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

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

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