#1A312E

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

Shades of Racing Green #1A312E

Tints of Racing Green #1A312E

Color information

#1A312E (or 0x1A312E) is unknown color: approx Racing Green. HEX triplet: 1A, 31 and 2E. RGB value is (26,49,46). Sum of RGB (Red+Green+Blue) = 26+49+46=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #1A312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A312E is #E5CED1. Grayscale: #292929. Windows color (decimal): -15060690 or 3027226. OLE color: 3027226.

HSL color Cylindrical-coordinate representation of color #1A312E: hue angle of 172.17º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A312E is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB264946-
CMYK0.4700.060.81
HSL172.17º30.67%14.71%-
HSV(B)172.17º46.94%19.22%-
XYZ2.022.612.98-
YUV41.78130.38116.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=21.49%
G=40.50%
B=38.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2649460.4700.060.81172.1730.6714.71
Hex1A312E2F0651ac1ff
Octal32615657061212543717
Binary110101100011011101011110110101000110101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,49,46); }

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

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

 a { background-color: rgb(26,49,46); }

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

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

 span { border-color: rgb(26,49,46); }

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