Shades of Gordons Green #232F24
Tints of Gordons Green #232F24
RGB
CMYK
RGB Variations
Color information
#232F24 (or 0x232F24) is known color: Gordons Green. HEX triplet: 23, 2F and 24. RGB value is (35,47,36). Sum of RGB (Red+Green+Blue) = 35+47+36=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #232F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F24 is #DCD0DB. Grayscale: #2A2A2A. Windows color (decimal): -14471388 or 2371363. OLE color: 2371363.
HSL color Cylindrical-coordinate representation of color #232F24: hue angle of 125º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #232F24 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 36 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.82 |
| HSL | 125º | 0.15% | 0.16% | - |
| HSV(B) | 125º | 0.26% | 0.18% | - |
| XYZ | 2.03 | 2.52 | 2.05 | - |
| YUV | 42.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 36 | 0.26 | 0 | 0.23 | 0.82 | 125 | 0.15 | 0.16 |
| Hex | 23 | 2F | 24 | 1A | 0 | 17 | 52 | 7D | F | 10 |
| Octal | 43 | 57 | 44 | 32 | 0 | 27 | 122 | 175 | 17 | 20 |
| Binary | 100011 | 101111 | 100100 | 11010 | 0 | 10111 | 1010010 | 1111101 | 1111 | 10000 |
Color Harmonies of #232F24
Complementary color
Monochromatic Colors of #232F24
Black with #232F24
Text Example
Text Example
White with #232F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F24; }
p { color: rgb(35,47,36); }
H1.HeaderClassName
{
color: #232F24;
}
.AnyTagClassName
{
color: #232F24;
}
</style>
background-color css
<style>
a { background-color: #232F24; }
a { background-color: rgb(35,47,36); }
div.DivClassName
{
background-color: #232F24;
}
.BgClassName
{
background-color: #232F24;
}
</style>
border-color css
<style>
span { border-color: #232F24; }
span { border-color: rgb(35,47,36); }
td.TdClassName
{
border-color: #232F24;
}
.TagClassName
{
border-color: #232F24;
}
</style>