Shades of Racing Green #1C2E2A
Tints of Racing Green #1C2E2A
RGB
CMYK
RGB Variations
Color information
#1C2E2A (or 0x1C2E2A) is known color: Racing Green. HEX triplet: 1C, 2E and 2A. RGB value is (28,46,42). Sum of RGB (Red+Green+Blue) = 28+46+42=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #1C2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E2A is #E3D1D5. Grayscale: #282828. Windows color (decimal): -14930390 or 2764316. OLE color: 2764316.
HSL color Cylindrical-coordinate representation of color #1C2E2A: hue angle of 166.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C2E2A is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 46 | 42 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.82 |
| HSL | 166.67º | 0.24% | 0.15% | - |
| HSV(B) | 166.67º | 0.39% | 0.18% | - |
| XYZ | 1.87 | 2.37 | 2.55 | - |
| YUV | 40.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 42 | 0.39 | 0 | 0.09 | 0.82 | 166.67 | 0.24 | 0.15 |
| Hex | 1C | 2E | 2A | 27 | 0 | 9 | 52 | A7 | 18 | F |
| Octal | 34 | 56 | 52 | 47 | 0 | 11 | 122 | 247 | 30 | 17 |
| Binary | 11100 | 101110 | 101010 | 100111 | 0 | 1001 | 1010010 | 10100111 | 11000 | 1111 |
Color Harmonies of #1C2E2A
Complementary color
Monochromatic Colors of #1C2E2A
Black with #1C2E2A
Text Example
Text Example
White with #1C2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E2A; }
p { color: rgb(28,46,42); }
H1.HeaderClassName
{
color: #1C2E2A;
}
.AnyTagClassName
{
color: #1C2E2A;
}
</style>
background-color css
<style>
a { background-color: #1C2E2A; }
a { background-color: rgb(28,46,42); }
div.DivClassName
{
background-color: #1C2E2A;
}
.BgClassName
{
background-color: #1C2E2A;
}
</style>
border-color css
<style>
span { border-color: #1C2E2A; }
span { border-color: rgb(28,46,42); }
td.TdClassName
{
border-color: #1C2E2A;
}
.TagClassName
{
border-color: #1C2E2A;
}
</style>