Shades of Racing Green #1C2E28
Tints of Racing Green #1C2E28
RGB
CMYK
RGB Variations
Color information
#1C2E28 (or 0x1C2E28) is known color: Racing Green. HEX triplet: 1C, 2E and 28. RGB value is (28,46,40). Sum of RGB (Red+Green+Blue) = 28+46+40=114 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.56% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 46 - color contains mainly: green. Hex color #1C2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E28 is #E3D1D7. Grayscale: #272727. Windows color (decimal): -14930392 or 2633244. OLE color: 2633244.
HSL color Cylindrical-coordinate representation of color #1C2E28: hue angle of 160º 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 #1C2E28 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 46 | 40 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.82 |
| HSL | 160º | 0.24% | 0.15% | - |
| HSV(B) | 160º | 0.39% | 0.18% | - |
| XYZ | 1.84 | 2.35 | 2.36 | - |
| YUV | 39.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 40 | 0.39 | 0 | 0.13 | 0.82 | 160 | 0.24 | 0.15 |
| Hex | 1C | 2E | 28 | 27 | 0 | D | 52 | A0 | 18 | F |
| Octal | 34 | 56 | 50 | 47 | 0 | 15 | 122 | 240 | 30 | 17 |
| Binary | 11100 | 101110 | 101000 | 100111 | 0 | 1101 | 1010010 | 10100000 | 11000 | 1111 |
Color Harmonies of #1C2E28
Complementary color
Monochromatic Colors of #1C2E28
Black with #1C2E28
Text Example
Text Example
White with #1C2E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E28; }
p { color: rgb(28,46,40); }
H1.HeaderClassName
{
color: #1C2E28;
}
.AnyTagClassName
{
color: #1C2E28;
}
</style>
background-color css
<style>
a { background-color: #1C2E28; }
a { background-color: rgb(28,46,40); }
div.DivClassName
{
background-color: #1C2E28;
}
.BgClassName
{
background-color: #1C2E28;
}
</style>
border-color css
<style>
span { border-color: #1C2E28; }
span { border-color: rgb(28,46,40); }
td.TdClassName
{
border-color: #1C2E28;
}
.TagClassName
{
border-color: #1C2E28;
}
</style>