#16211E

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

Shades of Racing Green #16211E

Tints of Racing Green #16211E

Color information

#16211E (or 0x16211E) is unknown color: approx Racing Green. HEX triplet: 16, 21 and 1E. RGB value is (22,33,30). Sum of RGB (Red+Green+Blue) = 22+33+30=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #16211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16211E is #E9DEE1. Grayscale: #1D1D1D. Windows color (decimal): -15326946 or 1974550. OLE color: 1974550.

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

Color convert

RGB223330-
CMYK0.3300.090.87
HSL163.64º20%10.78%-
HSV(B)163.64º33.33%12.94%-
XYZ1.111.351.43-
YUV29.37128.36122.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.88%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=25.88%
G=38.82%
B=35.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2233300.3300.090.87163.642010.78
Hex16211E210957a414b
Octal264136410111272442413
Binary101101000011111010000101001101011110100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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