#13201E

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

Shades of Racing Green #13201E

Tints of Racing Green #13201E

Color information

#13201E (or 0x13201E) is unknown color: approx Racing Green. HEX triplet: 13, 20 and 1E. RGB value is (19,32,30). Sum of RGB (Red+Green+Blue) = 19+32+30=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 32 - color contains mainly: green. Hex color #13201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201E is #ECDFE1. Grayscale: #1B1B1B. Windows color (decimal): -15523810 or 1974291. OLE color: 1974291.

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

Color convert

RGB193230-
CMYK0.4100.060.87
HSL170.77º25.49%10%-
HSV(B)170.77º40.62%12.55%-
XYZ1.021.271.42-
YUV27.88129.19121.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=23.46%
G=39.51%
B=37.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932300.4100.060.87170.7725.4910
Hex13201E290657ab19a
Octal23403651061272533112
Binary10011100000111101010010110101011110101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13201E; }

 p { color: rgb(19,32,30); }

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

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

 a { background-color: rgb(19,32,30); }

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

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

 span { border-color: rgb(19,32,30); }

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