#16332A

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

Shades of Racing Green #16332A

Tints of Racing Green #16332A

Color information

#16332A (or 0x16332A) is unknown color: approx Racing Green. HEX triplet: 16, 33 and 2A. RGB value is (22,51,42). Sum of RGB (Red+Green+Blue) = 22+51+42=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #16332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16332A is #E9CCD5. Grayscale: #292929. Windows color (decimal): -15322326 or 2765590. OLE color: 2765590.

HSL color Cylindrical-coordinate representation of color #16332A: hue angle of 161.38º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #16332A is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB225142-
CMYK0.5700.180.8
HSL161.38º39.73%14.31%-
HSV(B)161.38º56.86%20%-
XYZ1.932.712.61-
YUV41.3128.39114.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=19.13%
G=44.35%
B=36.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251420.5700.180.8161.3839.7314.31
Hex16332A3901250a128e
Octal266352710221202415016
Binary101101100111010101110010100101010000101000011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16332A; }

 p { color: rgb(22,51,42); }

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

<style>
 a { background-color: #16332A; }

 a { background-color: rgb(22,51,42); }

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

<style>
 span { border-color: #16332A; }

 span { border-color: rgb(22,51,42); }

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