Shades of Gordons Green #283F2D
Tints of Gordons Green #283F2D
RGB
CMYK
RGB Variations
Color information
#283F2D (or 0x283F2D) is known color: Gordons Green. HEX triplet: 28, 3F and 2D. RGB value is (40,63,45). Sum of RGB (Red+Green+Blue) = 40+63+45=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #283F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F2D is #D7C0D2. Grayscale: #363636. Windows color (decimal): -14139603 or 2965288. OLE color: 2965288.
HSL color Cylindrical-coordinate representation of color #283F2D: hue angle of 133.04º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283F2D is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 45 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.75 |
| HSL | 133.04º | 0.22% | 0.2% | - |
| HSV(B) | 133.04º | 0.37% | 0.25% | - |
| XYZ | 3.13 | 4.2 | 3.13 | - |
| YUV | 54.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 45 | 0.37 | 0 | 0.29 | 0.75 | 133.04 | 0.22 | 0.2 |
| Hex | 28 | 3F | 2D | 25 | 0 | 1D | 4B | 85 | 16 | 14 |
| Octal | 50 | 77 | 55 | 45 | 0 | 35 | 113 | 205 | 26 | 24 |
| Binary | 101000 | 111111 | 101101 | 100101 | 0 | 11101 | 1001011 | 10000101 | 10110 | 10100 |
Color Harmonies of #283F2D
Complementary color
Monochromatic Colors of #283F2D
Black with #283F2D
Text Example
Text Example
White with #283F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F2D; }
p { color: rgb(40,63,45); }
H1.HeaderClassName
{
color: #283F2D;
}
.AnyTagClassName
{
color: #283F2D;
}
</style>
background-color css
<style>
a { background-color: #283F2D; }
a { background-color: rgb(40,63,45); }
div.DivClassName
{
background-color: #283F2D;
}
.BgClassName
{
background-color: #283F2D;
}
</style>
border-color css
<style>
span { border-color: #283F2D; }
span { border-color: rgb(40,63,45); }
td.TdClassName
{
border-color: #283F2D;
}
.TagClassName
{
border-color: #283F2D;
}
</style>