#10211E

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

Shades of Dark Green #10211E

Tints of Dark Green #10211E

Color information

#10211E (or 0x10211E) is unknown color: approx Dark Green. HEX triplet: 10, 21 and 1E. RGB value is (16,33,30). Sum of RGB (Red+Green+Blue) = 16+33+30=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #10211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10211E is #EFDEE1. Grayscale: #1B1B1B. Windows color (decimal): -15720162 or 1974544. OLE color: 1974544.

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

Color convert

RGB163330-
CMYK0.5200.090.87
HSL169.41º34.69%9.61%-
HSV(B)169.41º51.52%12.94%-
XYZ0.991.291.43-
YUV27.57129.37119.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=20.25%
G=41.77%
B=37.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1633300.5200.090.87169.4134.699.61
Hex10211E340957a923a
Octal204136640111272514312
Binary1000010000111110110100010011010111101010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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