Shades of Gable Green #303D3B
Tints of Gable Green #303D3B
RGB
CMYK
RGB Variations
Color information
#303D3B (or 0x303D3B) is known color: Gable Green. HEX triplet: 30, 3D and 3B. RGB value is (48,61,59). Sum of RGB (Red+Green+Blue) = 48+61+59=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #303D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3B is #CFC2C4. Grayscale: #383838. Windows color (decimal): -13615813 or 3882288. OLE color: 3882288.
HSL color Cylindrical-coordinate representation of color #303D3B: hue angle of 170.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D3B is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 59 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.76 |
| HSL | 170.77º | 0.12% | 0.21% | - |
| HSV(B) | 170.77º | 0.21% | 0.24% | - |
| XYZ | 3.68 | 4.28 | 4.77 | - |
| YUV | 56.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 59 | 0.21 | 0 | 0.03 | 0.76 | 170.77 | 0.12 | 0.21 |
| Hex | 30 | 3D | 3B | 15 | 0 | 3 | 4C | AB | C | 15 |
| Octal | 60 | 75 | 73 | 25 | 0 | 3 | 114 | 253 | 14 | 25 |
| Binary | 110000 | 111101 | 111011 | 10101 | 0 | 11 | 1001100 | 10101011 | 1100 | 10101 |
Color Harmonies of #303D3B
Complementary color
Monochromatic Colors of #303D3B
Black with #303D3B
Text Example
Text Example
White with #303D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D3B; }
p { color: rgb(48,61,59); }
H1.HeaderClassName
{
color: #303D3B;
}
.AnyTagClassName
{
color: #303D3B;
}
</style>
background-color css
<style>
a { background-color: #303D3B; }
a { background-color: rgb(48,61,59); }
div.DivClassName
{
background-color: #303D3B;
}
.BgClassName
{
background-color: #303D3B;
}
</style>
border-color css
<style>
span { border-color: #303D3B; }
span { border-color: rgb(48,61,59); }
td.TdClassName
{
border-color: #303D3B;
}
.TagClassName
{
border-color: #303D3B;
}
</style>