#133129

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

Shades of Racing Green #133129

Tints of Racing Green #133129

Color information

#133129 (or 0x133129) is unknown color: approx Racing Green. HEX triplet: 13, 31 and 29. RGB value is (19,49,41). Sum of RGB (Red+Green+Blue) = 19+49+41=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #133129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133129 is #ECCED6. Grayscale: #272727. Windows color (decimal): -15519447 or 2699539. OLE color: 2699539.

HSL color Cylindrical-coordinate representation of color #133129: hue angle of 164º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133129 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB194941-
CMYK0.6100.160.81
HSL164º44.12%13.33%-
HSV(B)164º61.22%19.22%-
XYZ1.772.52.49-
YUV39.12129.06113.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=17.43%
G=44.95%
B=37.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949410.6100.160.8116444.1213.33
Hex1331293D01051a42cd
Octal236151750201212445415
Binary100111100011010011111010100001010001101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133129; }

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

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

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

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

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

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

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

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