Shades of Gordons Green #24402B
Tints of Gordons Green #24402B
RGB
CMYK
RGB Variations
Color information
#24402B (or 0x24402B) is known color: Gordons Green. HEX triplet: 24, 40 and 2B. RGB value is (36,64,43). Sum of RGB (Red+Green+Blue) = 36+64+43=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #24402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24402B is #DBBFD4. Grayscale: #353535. Windows color (decimal): -14401493 or 2834468. OLE color: 2834468.
HSL color Cylindrical-coordinate representation of color #24402B: hue angle of 135º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #24402B is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 64 | 43 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.75 |
| HSL | 135º | 0.28% | 0.2% | - |
| HSV(B) | 135º | 0.44% | 0.25% | - |
| XYZ | 3 | 4.22 | 2.94 | - |
| YUV | 53.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 43 | 0.44 | 0 | 0.33 | 0.75 | 135 | 0.28 | 0.2 |
| Hex | 24 | 40 | 2B | 2C | 0 | 21 | 4B | 87 | 1C | 14 |
| Octal | 44 | 100 | 53 | 54 | 0 | 41 | 113 | 207 | 34 | 24 |
| Binary | 100100 | 1000000 | 101011 | 101100 | 0 | 100001 | 1001011 | 10000111 | 11100 | 10100 |
Color Harmonies of #24402B
Complementary color
Monochromatic Colors of #24402B
Black with #24402B
Text Example
Text Example
White with #24402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24402B; }
p { color: rgb(36,64,43); }
H1.HeaderClassName
{
color: #24402B;
}
.AnyTagClassName
{
color: #24402B;
}
</style>
background-color css
<style>
a { background-color: #24402B; }
a { background-color: rgb(36,64,43); }
div.DivClassName
{
background-color: #24402B;
}
.BgClassName
{
background-color: #24402B;
}
</style>
border-color css
<style>
span { border-color: #24402B; }
span { border-color: rgb(36,64,43); }
td.TdClassName
{
border-color: #24402B;
}
.TagClassName
{
border-color: #24402B;
}
</style>