Shades of Gordons Green #24412B
Tints of Gordons Green #24412B
RGB
CMYK
RGB Variations
Color information
#24412B (or 0x24412B) is known color: Gordons Green. HEX triplet: 24, 41 and 2B. RGB value is (36,65,43). Sum of RGB (Red+Green+Blue) = 36+65+43=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #24412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24412B is #DBBED4. Grayscale: #353535. Windows color (decimal): -14401237 or 2834724. OLE color: 2834724.
HSL color Cylindrical-coordinate representation of color #24412B: hue angle of 134.48º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #24412B is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 65 | 43 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.75 |
| HSL | 134.48º | 0.29% | 0.2% | - |
| HSV(B) | 134.48º | 0.45% | 0.25% | - |
| XYZ | 3.05 | 4.33 | 2.96 | - |
| YUV | 53.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 43 | 0.45 | 0 | 0.34 | 0.75 | 134.48 | 0.29 | 0.2 |
| Hex | 24 | 41 | 2B | 2D | 0 | 22 | 4B | 86 | 1D | 14 |
| Octal | 44 | 101 | 53 | 55 | 0 | 42 | 113 | 206 | 35 | 24 |
| Binary | 100100 | 1000001 | 101011 | 101101 | 0 | 100010 | 1001011 | 10000110 | 11101 | 10100 |
Color Harmonies of #24412B
Complementary color
Monochromatic Colors of #24412B
Black with #24412B
Text Example
Text Example
White with #24412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24412B; }
p { color: rgb(36,65,43); }
H1.HeaderClassName
{
color: #24412B;
}
.AnyTagClassName
{
color: #24412B;
}
</style>
background-color css
<style>
a { background-color: #24412B; }
a { background-color: rgb(36,65,43); }
div.DivClassName
{
background-color: #24412B;
}
.BgClassName
{
background-color: #24412B;
}
</style>
border-color css
<style>
span { border-color: #24412B; }
span { border-color: rgb(36,65,43); }
td.TdClassName
{
border-color: #24412B;
}
.TagClassName
{
border-color: #24412B;
}
</style>