#113229

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

Shades of Racing Green #113229

Tints of Racing Green #113229

Color information

#113229 (or 0x113229) is unknown color: approx Racing Green. HEX triplet: 11, 32 and 29. RGB value is (17,50,41). Sum of RGB (Red+Green+Blue) = 17+50+41=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #113229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113229 is #EECDD6. Grayscale: #272727. Windows color (decimal): -15650263 or 2699793. OLE color: 2699793.

HSL color Cylindrical-coordinate representation of color #113229: hue angle of 163.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113229 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB175041-
CMYK0.6600.180.80
HSL163.64º49.25%13.14%-
HSV(B)163.64º66%19.61%-
XYZ1.772.562.5-
YUV39.11129.07112.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=15.74%
G=46.30%
B=37.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750410.6600.180.80163.6449.2513.14
Hex1132294201250a431d
Octal2162511020221202446115
Binary1000111001010100110000100100101010000101001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113229; }

 p { color: rgb(17,50,41); }

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

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

 a { background-color: rgb(17,50,41); }

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

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

 span { border-color: rgb(17,50,41); }

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