Html Css Color HEX #133129 Racing Green

📋 copy color: '#133129'

red 19 ◦ green 49 ◦ blue 41

#133129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #133129

Tints of Racing Green #133129

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 value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#133129 (or 0x133129) is known color: 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

RGB 19 49 41 -
CMYK 0.61 0 0.16 0.81
HSL 164º 0.44% 0.13% -
HSV(B) 164º 0.61% 0.19% -
XYZ 1.77 2.5 2.49 -
YUV 39.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 19 49 41 0.61 0 0.16 0.81 164 0.44 0.13
Hex 13 31 29 3D 0 10 51 A4 2C D
Octal 23 61 51 75 0 20 121 244 54 15
Binary 10011 110001 101001 111101 0 10000 1010001 10100100 101100 1101

Color Harmonies of #133129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133129

Black with #133129

Text Example


Text Example

White with #133129

Text Example


Text Example

HTML Codes & Css Web 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>