#101E19

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

Shades of Dark Green #101E19

Tints of Dark Green #101E19

Color information

#101E19 (or 0x101E19) is unknown color: approx Dark Green. HEX triplet: 10, 1E and 19. RGB value is (16,30,25). Sum of RGB (Red+Green+Blue) = 16+30+25=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #101E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E19 is #EFE1E6. Grayscale: #191919. Windows color (decimal): -15720935 or 1646096. OLE color: 1646096.

HSL color Cylindrical-coordinate representation of color #101E19: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #101E19 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB163025-
CMYK0.4700.170.88
HSL158.57º30.43%9.02%-
HSV(B)158.57º46.67%11.76%-
XYZ0.851.111.09-
YUV25.24127.86121.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.54%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=22.54%
G=42.25%
B=35.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1630250.4700.170.88158.5730.439.02
Hex101E192F011589f1e9
Octal203631570211302373611
Binary100001111011001101111010001101100010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101E19; }

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

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

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

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

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

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

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

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