#113028

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

Shades of Racing Green #113028

Tints of Racing Green #113028

Color information

#113028 (or 0x113028) is unknown color: approx Racing Green. HEX triplet: 11, 30 and 28. RGB value is (17,48,40). Sum of RGB (Red+Green+Blue) = 17+48+40=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #113028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113028 is #EECFD7. Grayscale: #252525. Windows color (decimal): -15650776 or 2633745. OLE color: 2633745.

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

Color convert

RGB174840-
CMYK0.6500.170.81
HSL164.52º47.69%12.75%-
HSV(B)164.52º64.58%18.82%-
XYZ1.672.392.38-
YUV37.82129.23113.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=16.19%
G=45.71%
B=38.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748400.6500.170.81164.5247.6912.75
Hex1130284101151a530d
Octal2160501010211212456015
Binary1000111000010100010000010100011010001101001011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113028; }

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

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

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

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

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

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

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

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