#11342E

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

Shades of Racing Green #11342E

Tints of Racing Green #11342E

Color information

#11342E (or 0x11342E) is unknown color: approx Racing Green. HEX triplet: 11, 34 and 2E. RGB value is (17,52,46). Sum of RGB (Red+Green+Blue) = 17+52+46=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #11342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11342E is #EECBD1. Grayscale: #282828. Windows color (decimal): -15649746 or 3027985. OLE color: 3027985.

HSL color Cylindrical-coordinate representation of color #11342E: hue angle of 169.71º 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 #11342E is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB175246-
CMYK0.6700.120.80
HSL169.71º50.72%13.53%-
HSV(B)169.71º67.31%20.39%-
XYZ1.952.773.02-
YUV40.85130.9110.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 46 (18.36% from 255) = 40%
R=14.78%
G=45.22%
B=40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752460.6700.120.80169.7150.7213.53
Hex11342E430C50aa33e
Octal2164561030141202526316
Binary100011101001011101000011011001010000101010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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