#133329

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

Shades of Racing Green #133329

Tints of Racing Green #133329

Color information

#133329 (or 0x133329) is unknown color: approx Racing Green. HEX triplet: 13, 33 and 29. RGB value is (19,51,41). Sum of RGB (Red+Green+Blue) = 19+51+41=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #133329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133329 is #ECCCD6. Grayscale: #282828. Windows color (decimal): -15518935 or 2700051. OLE color: 2700051.

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

Color convert

RGB195141-
CMYK0.6300.200.8
HSL161.25º45.71%13.73%-
HSV(B)161.25º62.75%20%-
XYZ1.852.672.51-
YUV40.29128.4112.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=17.12%
G=45.95%
B=36.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951410.6300.200.8161.2545.7113.73
Hex1333293F01450a12ee
Octal236351770241202415616
Binary100111100111010011111110101001010000101000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133329; }

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

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

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

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

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

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

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

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