#11302C

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

Shades of Racing Green #11302C

Tints of Racing Green #11302C

Color information

#11302C (or 0x11302C) is unknown color: approx Racing Green. HEX triplet: 11, 30 and 2C. RGB value is (17,48,44). Sum of RGB (Red+Green+Blue) = 17+48+44=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #11302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11302C is #EECFD3. Grayscale: #262626. Windows color (decimal): -15650772 or 2895889. OLE color: 2895889.

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

Color convert

RGB174844-
CMYK0.6500.080.81
HSL172.26º47.69%12.75%-
HSV(B)172.26º64.58%18.82%-
XYZ1.742.412.76-
YUV38.28131.23112.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=15.60%
G=44.04%
B=40.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748440.6500.080.81172.2647.6912.75
Hex11302C410851ac30d
Octal2160541010101212546015
Binary100011100001011001000001010001010001101011001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11302C; }

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

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

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

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

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

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

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

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