#11342C

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

Shades of Racing Green #11342C

Tints of Racing Green #11342C

Color information

#11342C (or 0x11342C) is unknown color: approx Racing Green. HEX triplet: 11, 34 and 2C. RGB value is (17,52,44). Sum of RGB (Red+Green+Blue) = 17+52+44=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #11342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11342C is #EECBD3. Grayscale: #282828. Windows color (decimal): -15649748 or 2896913. OLE color: 2896913.

HSL color Cylindrical-coordinate representation of color #11342C: hue angle of 166.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11342C is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB175244-
CMYK0.6700.150.80
HSL166.29º50.72%13.53%-
HSV(B)166.29º67.31%20.39%-
XYZ1.912.762.81-
YUV40.62129.9111.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=15.04%
G=46.02%
B=38.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752440.6700.150.80166.2950.7213.53
Hex11342C430F50a633e
Octal2164541030171202466316
Binary100011101001011001000011011111010000101001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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