Shades of Racing Green #1A332C
Tints of Racing Green #1A332C
RGB
CMYK
RGB Variations
Color information
#1A332C (or 0x1A332C) is known color: Racing Green. HEX triplet: 1A, 33 and 2C. RGB value is (26,51,44). Sum of RGB (Red+Green+Blue) = 26+51+44=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #1A332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A332C is #E5CCD3. Grayscale: #2A2A2A. Windows color (decimal): -15060180 or 2896666. OLE color: 2896666.
HSL color Cylindrical-coordinate representation of color #1A332C: hue angle of 163.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A332C is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 26 | 51 | 44 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.8 |
| HSL | 163.2º | 0.32% | 0.15% | - |
| HSV(B) | 163.2º | 0.49% | 0.2% | - |
| XYZ | 2.06 | 2.77 | 2.81 | - |
| YUV | 42.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 44 | 0.49 | 0 | 0.14 | 0.8 | 163.2 | 0.32 | 0.15 |
| Hex | 1A | 33 | 2C | 31 | 0 | E | 50 | A3 | 20 | F |
| Octal | 32 | 63 | 54 | 61 | 0 | 16 | 120 | 243 | 40 | 17 |
| Binary | 11010 | 110011 | 101100 | 110001 | 0 | 1110 | 1010000 | 10100011 | 100000 | 1111 |
Color Harmonies of #1A332C
Complementary color
Monochromatic Colors of #1A332C
Black with #1A332C
Text Example
Text Example
White with #1A332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A332C; }
p { color: rgb(26,51,44); }
H1.HeaderClassName
{
color: #1A332C;
}
.AnyTagClassName
{
color: #1A332C;
}
</style>
background-color css
<style>
a { background-color: #1A332C; }
a { background-color: rgb(26,51,44); }
div.DivClassName
{
background-color: #1A332C;
}
.BgClassName
{
background-color: #1A332C;
}
</style>
border-color css
<style>
span { border-color: #1A332C; }
span { border-color: rgb(26,51,44); }
td.TdClassName
{
border-color: #1A332C;
}
.TagClassName
{
border-color: #1A332C;
}
</style>