#13231F

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

Shades of Racing Green #13231F

Tints of Racing Green #13231F

Color information

#13231F (or 0x13231F) is unknown color: approx Racing Green. HEX triplet: 13, 23 and 1F. RGB value is (19,35,31). Sum of RGB (Red+Green+Blue) = 19+35+31=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #13231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13231F is #ECDCE0. Grayscale: #1D1D1D. Windows color (decimal): -15523041 or 2040595. OLE color: 2040595.

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

Color convert

RGB193531-
CMYK0.4600.110.86
HSL165º29.63%10.59%-
HSV(B)165º45.71%13.73%-
XYZ1.121.441.52-
YUV29.76128.7120.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=22.35%
G=41.18%
B=36.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935310.4600.110.8616529.6310.59
Hex13231F2E0B56a51eb
Octal234337560131262453613
Binary100111000111111110111001011101011010100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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