Shades of Racing Green #12332D
Tints of Racing Green #12332D
RGB
CMYK
RGB Variations
Color information
#12332D (or 0x12332D) is known color: Racing Green. HEX triplet: 12, 33 and 2D. RGB value is (18,51,45). Sum of RGB (Red+Green+Blue) = 18+51+45=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #12332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12332D is #EDCCD2. Grayscale: #282828. Windows color (decimal): -15584467 or 2962194. OLE color: 2962194.
HSL color Cylindrical-coordinate representation of color #12332D: hue angle of 169.09º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #12332D is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 51 | 45 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.8 |
| HSL | 169.09º | 0.48% | 0.14% | - |
| HSV(B) | 169.09º | 0.65% | 0.2% | - |
| XYZ | 1.91 | 2.69 | 2.9 | - |
| YUV | 40.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 45 | 0.65 | 0 | 0.12 | 0.8 | 169.09 | 0.48 | 0.14 |
| Hex | 12 | 33 | 2D | 41 | 0 | C | 50 | A9 | 30 | E |
| Octal | 22 | 63 | 55 | 101 | 0 | 14 | 120 | 251 | 60 | 16 |
| Binary | 10010 | 110011 | 101101 | 1000001 | 0 | 1100 | 1010000 | 10101001 | 110000 | 1110 |
Color Harmonies of #12332D
Complementary color
Monochromatic Colors of #12332D
Black with #12332D
Text Example
Text Example
White with #12332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12332D; }
p { color: rgb(18,51,45); }
H1.HeaderClassName
{
color: #12332D;
}
.AnyTagClassName
{
color: #12332D;
}
</style>
background-color css
<style>
a { background-color: #12332D; }
a { background-color: rgb(18,51,45); }
div.DivClassName
{
background-color: #12332D;
}
.BgClassName
{
background-color: #12332D;
}
</style>
border-color css
<style>
span { border-color: #12332D; }
span { border-color: rgb(18,51,45); }
td.TdClassName
{
border-color: #12332D;
}
.TagClassName
{
border-color: #12332D;
}
</style>