#1A312A

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

Shades of Racing Green #1A312A

Tints of Racing Green #1A312A

Color information

#1A312A (or 0x1A312A) is unknown color: approx Racing Green. HEX triplet: 1A, 31 and 2A. RGB value is (26,49,42). Sum of RGB (Red+Green+Blue) = 26+49+42=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #1A312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A312A is #E5CED5. Grayscale: #292929. Windows color (decimal): -15060694 or 2765082. OLE color: 2765082.

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

Color convert

RGB264942-
CMYK0.4700.140.81
HSL161.74º30.67%14.71%-
HSV(B)161.74º46.94%19.22%-
XYZ1.942.582.59-
YUV41.32128.38117.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=22.22%
G=41.88%
B=35.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2649420.4700.140.81161.7430.6714.71
Hex1A312A2F0E51a21ff
Octal326152570161212423717
Binary1101011000110101010111101110101000110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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