#11332E

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

Shades of Racing Green #11332E

Tints of Racing Green #11332E

Color information

#11332E (or 0x11332E) is unknown color: approx Racing Green. HEX triplet: 11, 33 and 2E. RGB value is (17,51,46). Sum of RGB (Red+Green+Blue) = 17+51+46=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #11332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11332E is #EECCD1. Grayscale: #282828. Windows color (decimal): -15650002 or 3027729. OLE color: 3027729.

HSL color Cylindrical-coordinate representation of color #11332E: hue angle of 171.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11332E is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB175146-
CMYK0.6700.100.8
HSL171.18º50%13.33%-
HSV(B)171.18º66.67%20%-
XYZ1.912.683-
YUV40.26131.24111.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=14.91%
G=44.74%
B=40.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751460.6700.100.8171.185013.33
Hex11332E430A50ab32d
Octal2163561030121202536215
Binary100011100111011101000011010101010000101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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