#1A201F

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

Shades of Racing Green #1A201F

Tints of Racing Green #1A201F

Color information

#1A201F (or 0x1A201F) is unknown color: approx Racing Green. HEX triplet: 1A, 20 and 1F. RGB value is (26,32,31). Sum of RGB (Red+Green+Blue) = 26+32+31=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201F is #E5DFE0. Grayscale: #1E1E1E. Windows color (decimal): -15065057 or 2039834. OLE color: 2039834.

HSL color Cylindrical-coordinate representation of color #1A201F: hue angle of 170º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A201F is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB263231-
CMYK0.1900.030.87
HSL170º10.34%11.37%-
HSV(B)170º18.75%12.55%-
XYZ1.191.351.49-
YUV30.09128.51125.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.21%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=29.21%
G=35.96%
B=34.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2632310.1900.030.8717010.3411.37
Hex1A201F130357aaab
Octal32403723031272521213
Binary11010100000111111001101110101111010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A201F; }

 p { color: rgb(26,32,31); }

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

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

 a { background-color: rgb(26,32,31); }

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

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

 span { border-color: rgb(26,32,31); }

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