#132E2A

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

Shades of Racing Green #132E2A

Tints of Racing Green #132E2A

Color information

#132E2A (or 0x132E2A) is unknown color: approx Racing Green. HEX triplet: 13, 2E and 2A. RGB value is (19,46,42). Sum of RGB (Red+Green+Blue) = 19+46+42=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #132E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E2A is #ECD1D5. Grayscale: #252525. Windows color (decimal): -15520214 or 2764307. OLE color: 2764307.

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

Color convert

RGB194642-
CMYK0.5900.090.82
HSL171.11º41.54%12.75%-
HSV(B)171.11º58.7%18.04%-
XYZ1.662.262.54-
YUV37.47130.55114.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=17.76%
G=42.99%
B=39.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946420.5900.090.82171.1141.5412.75
Hex132E2A3B0952ab2ad
Octal235652730111222535215
Binary10011101110101010111011010011010010101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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