Shades of Gordons Green #243325
Tints of Gordons Green #243325
RGB
CMYK
RGB Variations
Color information
#243325 (or 0x243325) is known color: Gordons Green. HEX triplet: 24, 33 and 25. RGB value is (36,51,37). Sum of RGB (Red+Green+Blue) = 36+51+37=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #243325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243325 is #DBCCDA. Grayscale: #2C2C2C. Windows color (decimal): -14404827 or 2437924. OLE color: 2437924.
HSL color Cylindrical-coordinate representation of color #243325: hue angle of 124º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #243325 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 51 | 37 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.8 |
| HSL | 124º | 0.17% | 0.17% | - |
| HSV(B) | 124º | 0.29% | 0.2% | - |
| XYZ | 2.25 | 2.88 | 2.19 | - |
| YUV | 44.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 37 | 0.29 | 0 | 0.27 | 0.8 | 124 | 0.17 | 0.17 |
| Hex | 24 | 33 | 25 | 1D | 0 | 1B | 50 | 7C | 11 | 11 |
| Octal | 44 | 63 | 45 | 35 | 0 | 33 | 120 | 174 | 21 | 21 |
| Binary | 100100 | 110011 | 100101 | 11101 | 0 | 11011 | 1010000 | 1111100 | 10001 | 10001 |
Color Harmonies of #243325
Complementary color
Monochromatic Colors of #243325
Black with #243325
Text Example
Text Example
White with #243325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243325; }
p { color: rgb(36,51,37); }
H1.HeaderClassName
{
color: #243325;
}
.AnyTagClassName
{
color: #243325;
}
</style>
background-color css
<style>
a { background-color: #243325; }
a { background-color: rgb(36,51,37); }
div.DivClassName
{
background-color: #243325;
}
.BgClassName
{
background-color: #243325;
}
</style>
border-color css
<style>
span { border-color: #243325; }
span { border-color: rgb(36,51,37); }
td.TdClassName
{
border-color: #243325;
}
.TagClassName
{
border-color: #243325;
}
</style>