Shades of Racing Green #1A362F
Tints of Racing Green #1A362F
RGB
CMYK
RGB Variations
Color information
#1A362F (or 0x1A362F) is known color: Racing Green. HEX triplet: 1A, 36 and 2F. RGB value is (26,54,47). Sum of RGB (Red+Green+Blue) = 26+54+47=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #1A362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A362F is #E5C9D0. Grayscale: #2C2C2C. Windows color (decimal): -15059409 or 3094042. OLE color: 3094042.
HSL color Cylindrical-coordinate representation of color #1A362F: hue angle of 165º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A362F is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 54 | 47 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.79 |
| HSL | 165º | 0.35% | 0.16% | - |
| HSV(B) | 165º | 0.52% | 0.21% | - |
| XYZ | 2.26 | 3.06 | 3.16 | - |
| YUV | 44.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 47 | 0.52 | 0 | 0.13 | 0.79 | 165 | 0.35 | 0.16 |
| Hex | 1A | 36 | 2F | 34 | 0 | D | 4F | A5 | 23 | 10 |
| Octal | 32 | 66 | 57 | 64 | 0 | 15 | 117 | 245 | 43 | 20 |
| Binary | 11010 | 110110 | 101111 | 110100 | 0 | 1101 | 1001111 | 10100101 | 100011 | 10000 |
Color Harmonies of #1A362F
Complementary color
Monochromatic Colors of #1A362F
Black with #1A362F
Text Example
Text Example
White with #1A362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A362F; }
p { color: rgb(26,54,47); }
H1.HeaderClassName
{
color: #1A362F;
}
.AnyTagClassName
{
color: #1A362F;
}
</style>
background-color css
<style>
a { background-color: #1A362F; }
a { background-color: rgb(26,54,47); }
div.DivClassName
{
background-color: #1A362F;
}
.BgClassName
{
background-color: #1A362F;
}
</style>
border-color css
<style>
span { border-color: #1A362F; }
span { border-color: rgb(26,54,47); }
td.TdClassName
{
border-color: #1A362F;
}
.TagClassName
{
border-color: #1A362F;
}
</style>