#113029

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

Shades of Racing Green #113029

Tints of Racing Green #113029

Color information

#113029 (or 0x113029) is unknown color: approx Racing Green. HEX triplet: 11, 30 and 29. RGB value is (17,48,41). Sum of RGB (Red+Green+Blue) = 17+48+41=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #113029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113029 is #EECFD6. Grayscale: #252525. Windows color (decimal): -15650775 or 2699281. OLE color: 2699281.

HSL color Cylindrical-coordinate representation of color #113029: hue angle of 166.45º 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 #113029 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB174841-
CMYK0.6500.150.81
HSL166.45º47.69%12.75%-
HSV(B)166.45º64.58%18.82%-
XYZ1.692.392.47-
YUV37.93129.73113.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=16.04%
G=45.28%
B=38.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748410.6500.150.81166.4547.6912.75
Hex113029410F51a630d
Octal2160511010171212466015
Binary100011100001010011000001011111010001101001101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113029; }

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

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

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

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

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

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

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

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