Shades of Racing Green #1C332B
Tints of Racing Green #1C332B
RGB
CMYK
RGB Variations
Color information
#1C332B (or 0x1C332B) is known color: Racing Green. HEX triplet: 1C, 33 and 2B. RGB value is (28,51,43). Sum of RGB (Red+Green+Blue) = 28+51+43=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #1C332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C332B is #E3CCD4. Grayscale: #2B2B2B. Windows color (decimal): -14929109 or 2831132. OLE color: 2831132.
HSL color Cylindrical-coordinate representation of color #1C332B: hue angle of 159.13º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C332B is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 51 | 43 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.8 |
| HSL | 159.13º | 0.29% | 0.15% | - |
| HSV(B) | 159.13º | 0.45% | 0.2% | - |
| XYZ | 2.1 | 2.79 | 2.71 | - |
| YUV | 43.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 43 | 0.45 | 0 | 0.16 | 0.8 | 159.13 | 0.29 | 0.15 |
| Hex | 1C | 33 | 2B | 2D | 0 | 10 | 50 | 9F | 1D | F |
| Octal | 34 | 63 | 53 | 55 | 0 | 20 | 120 | 237 | 35 | 17 |
| Binary | 11100 | 110011 | 101011 | 101101 | 0 | 10000 | 1010000 | 10011111 | 11101 | 1111 |
Color Harmonies of #1C332B
Complementary color
Monochromatic Colors of #1C332B
Black with #1C332B
Text Example
Text Example
White with #1C332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C332B; }
p { color: rgb(28,51,43); }
H1.HeaderClassName
{
color: #1C332B;
}
.AnyTagClassName
{
color: #1C332B;
}
</style>
background-color css
<style>
a { background-color: #1C332B; }
a { background-color: rgb(28,51,43); }
div.DivClassName
{
background-color: #1C332B;
}
.BgClassName
{
background-color: #1C332B;
}
</style>
border-color css
<style>
span { border-color: #1C332B; }
span { border-color: rgb(28,51,43); }
td.TdClassName
{
border-color: #1C332B;
}
.TagClassName
{
border-color: #1C332B;
}
</style>