Shades of Gordons Green #28412A
Tints of Gordons Green #28412A
RGB
CMYK
RGB Variations
Color information
#28412A (or 0x28412A) is known color: Gordons Green. HEX triplet: 28, 41 and 2A. RGB value is (40,65,42). Sum of RGB (Red+Green+Blue) = 40+65+42=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #28412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28412A is #D7BED5. Grayscale: #363636. Windows color (decimal): -14139094 or 2769192. OLE color: 2769192.
HSL color Cylindrical-coordinate representation of color #28412A: hue angle of 124.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28412A is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 42 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.75 |
| HSL | 124.8º | 0.24% | 0.21% | - |
| HSV(B) | 124.8º | 0.38% | 0.25% | - |
| XYZ | 3.18 | 4.4 | 2.87 | - |
| YUV | 54.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 42 | 0.38 | 0 | 0.35 | 0.75 | 124.8 | 0.24 | 0.21 |
| Hex | 28 | 41 | 2A | 26 | 0 | 23 | 4B | 7D | 18 | 15 |
| Octal | 50 | 101 | 52 | 46 | 0 | 43 | 113 | 175 | 30 | 25 |
| Binary | 101000 | 1000001 | 101010 | 100110 | 0 | 100011 | 1001011 | 1111101 | 11000 | 10101 |
Color Harmonies of #28412A
Complementary color
Monochromatic Colors of #28412A
Black with #28412A
Text Example
Text Example
White with #28412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28412A; }
p { color: rgb(40,65,42); }
H1.HeaderClassName
{
color: #28412A;
}
.AnyTagClassName
{
color: #28412A;
}
</style>
background-color css
<style>
a { background-color: #28412A; }
a { background-color: rgb(40,65,42); }
div.DivClassName
{
background-color: #28412A;
}
.BgClassName
{
background-color: #28412A;
}
</style>
border-color css
<style>
span { border-color: #28412A; }
span { border-color: rgb(40,65,42); }
td.TdClassName
{
border-color: #28412A;
}
.TagClassName
{
border-color: #28412A;
}
</style>