#1A3129

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

Shades of Racing Green #1A3129

Tints of Racing Green #1A3129

Color information

#1A3129 (or 0x1A3129) is unknown color: approx Racing Green. HEX triplet: 1A, 31 and 29. RGB value is (26,49,41). Sum of RGB (Red+Green+Blue) = 26+49+41=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #1A3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3129 is #E5CED6. Grayscale: #292929. Windows color (decimal): -15060695 or 2699546. OLE color: 2699546.

HSL color Cylindrical-coordinate representation of color #1A3129: hue angle of 159.13º 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 #1A3129 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB264941-
CMYK0.4700.160.81
HSL159.13º30.67%14.71%-
HSV(B)159.13º46.94%19.22%-
XYZ1.922.582.49-
YUV41.21127.88117.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.41%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=22.41%
G=42.24%
B=35.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2649410.4700.160.81159.1330.6714.71
Hex1A31292F010519f1ff
Octal326151570201212373717
Binary11010110001101001101111010000101000110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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