#13332B

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

Shades of Racing Green #13332B

Tints of Racing Green #13332B

Color information

#13332B (or 0x13332B) is unknown color: approx Racing Green. HEX triplet: 13, 33 and 2B. RGB value is (19,51,43). Sum of RGB (Red+Green+Blue) = 19+51+43=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #13332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332B is #ECCCD4. Grayscale: #282828. Windows color (decimal): -15518933 or 2831123. OLE color: 2831123.

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

Color convert

RGB195143-
CMYK0.6300.160.8
HSL165º45.71%13.73%-
HSV(B)165º62.75%20%-
XYZ1.892.682.7-
YUV40.52129.4112.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=16.81%
G=45.13%
B=38.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951430.6300.160.816545.7113.73
Hex13332B3F01050a52ee
Octal236353770201202455616
Binary100111100111010111111110100001010000101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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