#132F2C

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

Shades of Racing Green #132F2C

Tints of Racing Green #132F2C

Color information

#132F2C (or 0x132F2C) is unknown color: approx Racing Green. HEX triplet: 13, 2F and 2C. RGB value is (19,47,44). Sum of RGB (Red+Green+Blue) = 19+47+44=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #132F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F2C is #ECD0D3. Grayscale: #262626. Windows color (decimal): -15519956 or 2895635. OLE color: 2895635.

HSL color Cylindrical-coordinate representation of color #132F2C: hue angle of 173.57º 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 #132F2C is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB194744-
CMYK0.6000.060.82
HSL173.57º42.42%12.94%-
HSV(B)173.57º59.57%18.43%-
XYZ1.742.352.75-
YUV38.29131.22114.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 44 (17.58% from 255) = 40%
R=17.27%
G=42.73%
B=40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947440.6000.060.82173.5742.4212.94
Hex132F2C3C0652ae2ad
Octal23575474061222565215
Binary1001110111110110011110001101010010101011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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