#13332D

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

Shades of Racing Green #13332D

Tints of Racing Green #13332D

Color information

#13332D (or 0x13332D) is unknown color: approx Racing Green. HEX triplet: 13, 33 and 2D. RGB value is (19,51,45). Sum of RGB (Red+Green+Blue) = 19+51+45=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #13332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332D is #ECCCD2. Grayscale: #282828. Windows color (decimal): -15518931 or 2962195. OLE color: 2962195.

HSL color Cylindrical-coordinate representation of color #13332D: hue angle of 168.75º 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 #13332D is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB195145-
CMYK0.6300.120.8
HSL168.75º45.71%13.73%-
HSV(B)168.75º62.75%20%-
XYZ1.932.72.9-
YUV40.75130.4112.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=16.52%
G=44.35%
B=39.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951450.6300.120.8168.7545.7113.73
Hex13332D3F0C50a92ee
Octal236355770141202515616
Binary10011110011101101111111011001010000101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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