#11332A

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

Shades of Racing Green #11332A

Tints of Racing Green #11332A

Color information

#11332A (or 0x11332A) is unknown color: approx Racing Green. HEX triplet: 11, 33 and 2A. RGB value is (17,51,42). Sum of RGB (Red+Green+Blue) = 17+51+42=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #11332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11332A is #EECCD5. Grayscale: #272727. Windows color (decimal): -15650006 or 2765585. OLE color: 2765585.

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

Color convert

RGB175142-
CMYK0.6700.180.8
HSL164.12º50%13.33%-
HSV(B)164.12º66.67%20%-
XYZ1.832.652.61-
YUV39.81129.24111.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=15.45%
G=46.36%
B=38.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751420.6700.180.8164.125013.33
Hex11332A4301250a432d
Octal2163521030221202446215
Binary1000111001110101010000110100101010000101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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