#132F29

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

Shades of Racing Green #132F29

Tints of Racing Green #132F29

Color information

#132F29 (or 0x132F29) is unknown color: approx Racing Green. HEX triplet: 13, 2F and 29. RGB value is (19,47,41). Sum of RGB (Red+Green+Blue) = 19+47+41=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #132F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F29 is #ECD0D6. Grayscale: #252525. Windows color (decimal): -15519959 or 2699027. OLE color: 2699027.

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

Color convert

RGB194741-
CMYK0.6000.130.82
HSL167.14º42.42%12.94%-
HSV(B)167.14º59.57%18.43%-
XYZ1.692.332.46-
YUV37.94129.72114.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=17.76%
G=43.93%
B=38.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947410.6000.130.82167.1442.4212.94
Hex132F293C0D52a72ad
Octal235751740151222475215
Binary10011101111101001111100011011010010101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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