Shades of Gordons Green #244328
Tints of Gordons Green #244328
RGB
CMYK
RGB Variations
Color information
#244328 (or 0x244328) is known color: Gordons Green. HEX triplet: 24, 43 and 28. RGB value is (36,67,40). Sum of RGB (Red+Green+Blue) = 36+67+40=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #244328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244328 is #DBBCD7. Grayscale: #363636. Windows color (decimal): -14400728 or 2638628. OLE color: 2638628.
HSL color Cylindrical-coordinate representation of color #244328: hue angle of 127.74º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #244328 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 67 | 40 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.74 |
| HSL | 127.74º | 0.3% | 0.2% | - |
| HSV(B) | 127.74º | 0.46% | 0.26% | - |
| XYZ | 3.12 | 4.54 | 2.72 | - |
| YUV | 54.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 67 | 40 | 0.46 | 0 | 0.40 | 0.74 | 127.74 | 0.3 | 0.2 |
| Hex | 24 | 43 | 28 | 2E | 0 | 28 | 4A | 80 | 1E | 14 |
| Octal | 44 | 103 | 50 | 56 | 0 | 50 | 112 | 200 | 36 | 24 |
| Binary | 100100 | 1000011 | 101000 | 101110 | 0 | 101000 | 1001010 | 10000000 | 11110 | 10100 |
Color Harmonies of #244328
Complementary color
Monochromatic Colors of #244328
Black with #244328
Text Example
Text Example
White with #244328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244328; }
p { color: rgb(36,67,40); }
H1.HeaderClassName
{
color: #244328;
}
.AnyTagClassName
{
color: #244328;
}
</style>
background-color css
<style>
a { background-color: #244328; }
a { background-color: rgb(36,67,40); }
div.DivClassName
{
background-color: #244328;
}
.BgClassName
{
background-color: #244328;
}
</style>
border-color css
<style>
span { border-color: #244328; }
span { border-color: rgb(36,67,40); }
td.TdClassName
{
border-color: #244328;
}
.TagClassName
{
border-color: #244328;
}
</style>