#132421

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

Shades of Racing Green #132421

Tints of Racing Green #132421

Color information

#132421 (or 0x132421) is unknown color: approx Racing Green. HEX triplet: 13, 24 and 21. RGB value is (19,36,33). Sum of RGB (Red+Green+Blue) = 19+36+33=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #132421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132421 is #ECDBDE. Grayscale: #1E1E1E. Windows color (decimal): -15522783 or 2171923. OLE color: 2171923.

HSL color Cylindrical-coordinate representation of color #132421: hue angle of 169.41º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132421 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB193633-
CMYK0.4700.080.86
HSL169.41º30.91%10.78%-
HSV(B)169.41º47.22%14.12%-
XYZ1.171.511.67-
YUV30.58129.37119.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=21.59%
G=40.91%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936330.4700.080.86169.4130.9110.78
Hex1324212F0856a91fb
Octal234441570101262513713
Binary1001110010010000110111101000101011010101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132421; }

 p { color: rgb(19,36,33); }

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

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

 a { background-color: rgb(19,36,33); }

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

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

 span { border-color: rgb(19,36,33); }

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