#13332E

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

Shades of Racing Green #13332E

Tints of Racing Green #13332E

Color information

#13332E (or 0x13332E) is unknown color: approx Racing Green. HEX triplet: 13, 33 and 2E. RGB value is (19,51,46). Sum of RGB (Red+Green+Blue) = 19+51+46=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #13332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332E is #ECCCD1. Grayscale: #282828. Windows color (decimal): -15518930 or 3027731. OLE color: 3027731.

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

Color convert

RGB195146-
CMYK0.6300.100.8
HSL170.62º45.71%13.73%-
HSV(B)170.62º62.75%20%-
XYZ1.952.73-
YUV40.86130.9112.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=16.38%
G=43.97%
B=39.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951460.6300.100.8170.6245.7113.73
Hex13332E3F0A50ab2ee
Octal236356770121202535616
Binary10011110011101110111111010101010000101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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