Html Css Color HEX #132E29 Racing Green

📋 copy color: '#132E29'

red 19 ◦ green 46 ◦ blue 41

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

Shades of Racing Green #132E29

Tints of Racing Green #132E29

RGB

 RED value IS 19 (7.81% from 255) = 17.92%

 GREEN value IS 46 (18.36% from 255) = 43.4%

 BLUE value IS 41 (16.41% from 255) = 38.68%

R = 17.92%
G = 43.4%
B = 38.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#132E29 (or 0x132E29) is known color: Racing Green. HEX triplet: 13, 2E and 29. RGB value is (19,46,41). Sum of RGB (Red+Green+Blue) = 19+46+41=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #132E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E29 is #ECD1D6. Grayscale: #252525. Windows color (decimal): -15520215 or 2698771. OLE color: 2698771.

HSL color Cylindrical-coordinate representation of color #132E29: hue angle of 168.89º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E29 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 46 41 -
CMYK 0.59 0 0.11 0.82
HSL 168.89º 0.42% 0.13% -
HSV(B) 168.89º 0.59% 0.18% -
XYZ 1.65 2.25 2.45 -
YUV 37.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 19 46 41 0.59 0 0.11 0.82 168.89 0.42 0.13
Hex 13 2E 29 3B 0 B 52 A9 2A D
Octal 23 56 51 73 0 13 122 251 52 15
Binary 10011 101110 101001 111011 0 1011 1010010 10101001 101010 1101

Color Harmonies of #132E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E29

Black with #132E29

Text Example


Text Example

White with #132E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132E29; }

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

 H1.HeaderClassName
 {
   color: #132E29;
 }
 .AnyTagClassName
 {
   color: #132E29;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #132E29;
 }
 .BgClassName
 {
   background-color: #132E29;
 }
</style>

border-color css

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

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

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