#11332B

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

Shades of Racing Green #11332B

Tints of Racing Green #11332B

Color information

#11332B (or 0x11332B) is unknown color: approx Racing Green. HEX triplet: 11, 33 and 2B. RGB value is (17,51,43). Sum of RGB (Red+Green+Blue) = 17+51+43=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #11332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11332B is #EECCD4. Grayscale: #272727. Windows color (decimal): -15650005 or 2831121. OLE color: 2831121.

HSL color Cylindrical-coordinate representation of color #11332B: hue angle of 165.88º 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 #11332B is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB175143-
CMYK0.6700.160.8
HSL165.88º50%13.33%-
HSV(B)165.88º66.67%20%-
XYZ1.852.662.7-
YUV39.92129.74111.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=15.32%
G=45.95%
B=38.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751430.6700.160.8165.885013.33
Hex11332B4301050a632d
Octal2163531030201202466215
Binary1000111001110101110000110100001010000101001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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