#13211F

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

Shades of Racing Green #13211F

Tints of Racing Green #13211F

Color information

#13211F (or 0x13211F) is unknown color: approx Racing Green. HEX triplet: 13, 21 and 1F. RGB value is (19,33,31). Sum of RGB (Red+Green+Blue) = 19+33+31=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 33 - color contains mainly: green. Hex color #13211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13211F is #ECDEE0. Grayscale: #1C1C1C. Windows color (decimal): -15523553 or 2040083. OLE color: 2040083.

HSL color Cylindrical-coordinate representation of color #13211F: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #13211F is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB193331-
CMYK0.4200.060.87
HSL171.43º26.92%10.2%-
HSV(B)171.43º42.42%12.94%-
XYZ1.061.331.5-
YUV28.59129.36121.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=22.89%
G=39.76%
B=37.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933310.4200.060.87171.4326.9210.2
Hex13211F2A0657ab1ba
Octal23413752061272533312
Binary10011100001111111010100110101011110101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13211F; }

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

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

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

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

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

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

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

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