#16201D

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

Shades of Racing Green #16201D

Tints of Racing Green #16201D

Color information

#16201D (or 0x16201D) is unknown color: approx Racing Green. HEX triplet: 16, 20 and 1D. RGB value is (22,32,29). Sum of RGB (Red+Green+Blue) = 22+32+29=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #16201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16201D is #E9DFE2. Grayscale: #1C1C1C. Windows color (decimal): -15327203 or 1908758. OLE color: 1908758.

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

Color convert

RGB223229-
CMYK0.3100.090.87
HSL162º18.52%10.59%-
HSV(B)162º31.25%12.55%-
XYZ1.071.291.36-
YUV28.67128.19123.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.51%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=26.51%
G=38.55%
B=34.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2232290.3100.090.8716218.5210.59
Hex16201D1F0957a213b
Octal264035370111272422313
Binary10110100000111011111101001101011110100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16201D; }

 p { color: rgb(22,32,29); }

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

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

 a { background-color: rgb(22,32,29); }

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

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

 span { border-color: rgb(22,32,29); }

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