Shades of Gable Green #30413E
Tints of Gable Green #30413E
RGB
CMYK
RGB Variations
Color information
#30413E (or 0x30413E) is known color: Gable Green. HEX triplet: 30, 41 and 3E. RGB value is (48,65,62). Sum of RGB (Red+Green+Blue) = 48+65+62=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #30413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30413E is #CFBEC1. Grayscale: #3B3B3B. Windows color (decimal): -13614786 or 4079920. OLE color: 4079920.
HSL color Cylindrical-coordinate representation of color #30413E: hue angle of 169.41º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #30413E is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 62 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.75 |
| HSL | 169.41º | 0.15% | 0.22% | - |
| HSV(B) | 169.41º | 0.26% | 0.25% | - |
| XYZ | 3.98 | 4.76 | 5.27 | - |
| YUV | 59.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 62 | 0.26 | 0 | 0.05 | 0.75 | 169.41 | 0.15 | 0.22 |
| Hex | 30 | 41 | 3E | 1A | 0 | 5 | 4B | A9 | F | 16 |
| Octal | 60 | 101 | 76 | 32 | 0 | 5 | 113 | 251 | 17 | 26 |
| Binary | 110000 | 1000001 | 111110 | 11010 | 0 | 101 | 1001011 | 10101001 | 1111 | 10110 |
Color Harmonies of #30413E
Complementary color
Monochromatic Colors of #30413E
Black with #30413E
Text Example
Text Example
White with #30413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30413E; }
p { color: rgb(48,65,62); }
H1.HeaderClassName
{
color: #30413E;
}
.AnyTagClassName
{
color: #30413E;
}
</style>
background-color css
<style>
a { background-color: #30413E; }
a { background-color: rgb(48,65,62); }
div.DivClassName
{
background-color: #30413E;
}
.BgClassName
{
background-color: #30413E;
}
</style>
border-color css
<style>
span { border-color: #30413E; }
span { border-color: rgb(48,65,62); }
td.TdClassName
{
border-color: #30413E;
}
.TagClassName
{
border-color: #30413E;
}
</style>