Shades of Gable Green #28433F
Tints of Gable Green #28433F
RGB
CMYK
RGB Variations
Color information
#28433F (or 0x28433F) is known color: Gable Green. HEX triplet: 28, 43 and 3F. RGB value is (40,67,63). Sum of RGB (Red+Green+Blue) = 40+67+63=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #28433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28433F is #D7BCC0. Grayscale: #3A3A3A. Windows color (decimal): -14138561 or 4145960. OLE color: 4145960.
HSL color Cylindrical-coordinate representation of color #28433F: hue angle of 171.11º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28433F is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 67 | 63 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.74 |
| HSL | 171.11º | 0.25% | 0.21% | - |
| HSV(B) | 171.11º | 0.4% | 0.26% | - |
| XYZ | 3.78 | 4.82 | 5.43 | - |
| YUV | 58.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 63 | 0.40 | 0 | 0.06 | 0.74 | 171.11 | 0.25 | 0.21 |
| Hex | 28 | 43 | 3F | 28 | 0 | 6 | 4A | AB | 19 | 15 |
| Octal | 50 | 103 | 77 | 50 | 0 | 6 | 112 | 253 | 31 | 25 |
| Binary | 101000 | 1000011 | 111111 | 101000 | 0 | 110 | 1001010 | 10101011 | 11001 | 10101 |
Color Harmonies of #28433F
Complementary color
Monochromatic Colors of #28433F
Black with #28433F
Text Example
Text Example
White with #28433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28433F; }
p { color: rgb(40,67,63); }
H1.HeaderClassName
{
color: #28433F;
}
.AnyTagClassName
{
color: #28433F;
}
</style>
background-color css
<style>
a { background-color: #28433F; }
a { background-color: rgb(40,67,63); }
div.DivClassName
{
background-color: #28433F;
}
.BgClassName
{
background-color: #28433F;
}
</style>
border-color css
<style>
span { border-color: #28433F; }
span { border-color: rgb(40,67,63); }
td.TdClassName
{
border-color: #28433F;
}
.TagClassName
{
border-color: #28433F;
}
</style>