#10221E

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

Shades of Dark Green #10221E

Tints of Dark Green #10221E

Color information

#10221E (or 0x10221E) is unknown color: approx Dark Green. HEX triplet: 10, 22 and 1E. RGB value is (16,34,30). Sum of RGB (Red+Green+Blue) = 16+34+30=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #10221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10221E is #EFDDE1. Grayscale: #1C1C1C. Windows color (decimal): -15719906 or 1974800. OLE color: 1974800.

HSL color Cylindrical-coordinate representation of color #10221E: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #10221E is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB163430-
CMYK0.5300.120.87
HSL166.67º36%9.8%-
HSV(B)166.67º52.94%13.33%-
XYZ1.021.351.43-
YUV28.16129.04119.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 34 (13.67% from 255) = 42.5%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=20%
G=42.5%
B=37.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1634300.5300.120.87166.67369.8
Hex10221E350C57a724a
Octal204236650141272474412
Binary1000010001011110110101011001010111101001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10221E; }

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

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

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

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

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

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

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

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