#113129

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

Shades of Racing Green #113129

Tints of Racing Green #113129

Color information

#113129 (or 0x113129) is unknown color: approx Racing Green. HEX triplet: 11, 31 and 29. RGB value is (17,49,41). Sum of RGB (Red+Green+Blue) = 17+49+41=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #113129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113129 is #EECED6. Grayscale: #262626. Windows color (decimal): -15650519 or 2699537. OLE color: 2699537.

HSL color Cylindrical-coordinate representation of color #113129: hue angle of 165º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113129 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB174941-
CMYK0.6500.160.81
HSL165º48.48%12.94%-
HSV(B)165º65.31%19.22%-
XYZ1.732.482.48-
YUV38.52129.4112.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=15.89%
G=45.79%
B=38.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749410.6500.160.8116548.4812.94
Hex1131294101051a530d
Octal2161511010201212456015
Binary1000111000110100110000010100001010001101001011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113129; }

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

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

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

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

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

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

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

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