Shades of Gordons Green #283A2D
Tints of Gordons Green #283A2D
RGB
CMYK
RGB Variations
Color information
#283A2D (or 0x283A2D) is known color: Gordons Green. HEX triplet: 28, 3A and 2D. RGB value is (40,58,45). Sum of RGB (Red+Green+Blue) = 40+58+45=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 58 - color contains mainly: green. Hex color #283A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A2D is #D7C5D2. Grayscale: #333333. Windows color (decimal): -14140883 or 2964008. OLE color: 2964008.
HSL color Cylindrical-coordinate representation of color #283A2D: hue angle of 136.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A2D is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 58 | 45 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.77 |
| HSL | 136.67º | 0.18% | 0.19% | - |
| HSV(B) | 136.67º | 0.31% | 0.23% | - |
| XYZ | 2.86 | 3.67 | 3.04 | - |
| YUV | 51.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 45 | 0.31 | 0 | 0.22 | 0.77 | 136.67 | 0.18 | 0.19 |
| Hex | 28 | 3A | 2D | 1F | 0 | 16 | 4D | 89 | 12 | 13 |
| Octal | 50 | 72 | 55 | 37 | 0 | 26 | 115 | 211 | 22 | 23 |
| Binary | 101000 | 111010 | 101101 | 11111 | 0 | 10110 | 1001101 | 10001001 | 10010 | 10011 |
Color Harmonies of #283A2D
Complementary color
Monochromatic Colors of #283A2D
Black with #283A2D
Text Example
Text Example
White with #283A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A2D; }
p { color: rgb(40,58,45); }
H1.HeaderClassName
{
color: #283A2D;
}
.AnyTagClassName
{
color: #283A2D;
}
</style>
background-color css
<style>
a { background-color: #283A2D; }
a { background-color: rgb(40,58,45); }
div.DivClassName
{
background-color: #283A2D;
}
.BgClassName
{
background-color: #283A2D;
}
</style>
border-color css
<style>
span { border-color: #283A2D; }
span { border-color: rgb(40,58,45); }
td.TdClassName
{
border-color: #283A2D;
}
.TagClassName
{
border-color: #283A2D;
}
</style>