Shades of Gable Green #28423C
Tints of Gable Green #28423C
RGB
CMYK
RGB Variations
Color information
#28423C (or 0x28423C) is known color: Gable Green. HEX triplet: 28, 42 and 3C. RGB value is (40,66,60). Sum of RGB (Red+Green+Blue) = 40+66+60=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #28423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28423C is #D7BDC3. Grayscale: #393939. Windows color (decimal): -14138820 or 3949096. OLE color: 3949096.
HSL color Cylindrical-coordinate representation of color #28423C: hue angle of 166.15º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28423C is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 66 | 60 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.74 |
| HSL | 166.15º | 0.25% | 0.21% | - |
| HSV(B) | 166.15º | 0.39% | 0.26% | - |
| XYZ | 3.64 | 4.67 | 4.99 | - |
| YUV | 57.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 60 | 0.39 | 0 | 0.09 | 0.74 | 166.15 | 0.25 | 0.21 |
| Hex | 28 | 42 | 3C | 27 | 0 | 9 | 4A | A6 | 19 | 15 |
| Octal | 50 | 102 | 74 | 47 | 0 | 11 | 112 | 246 | 31 | 25 |
| Binary | 101000 | 1000010 | 111100 | 100111 | 0 | 1001 | 1001010 | 10100110 | 11001 | 10101 |
Color Harmonies of #28423C
Complementary color
Monochromatic Colors of #28423C
Black with #28423C
Text Example
Text Example
White with #28423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28423C; }
p { color: rgb(40,66,60); }
H1.HeaderClassName
{
color: #28423C;
}
.AnyTagClassName
{
color: #28423C;
}
</style>
background-color css
<style>
a { background-color: #28423C; }
a { background-color: rgb(40,66,60); }
div.DivClassName
{
background-color: #28423C;
}
.BgClassName
{
background-color: #28423C;
}
</style>
border-color css
<style>
span { border-color: #28423C; }
span { border-color: rgb(40,66,60); }
td.TdClassName
{
border-color: #28423C;
}
.TagClassName
{
border-color: #28423C;
}
</style>