Shades of Bottle Green #304B3C
Tints of Bottle Green #304B3C
RGB
CMYK
RGB Variations
Color information
#304B3C (or 0x304B3C) is known color: Bottle Green. HEX triplet: 30, 4B and 3C. RGB value is (48,75,60). Sum of RGB (Red+Green+Blue) = 48+75+60=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #304B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B3C is #CFB4C3. Grayscale: #414141. Windows color (decimal): -13612228 or 3951408. OLE color: 3951408.
HSL color Cylindrical-coordinate representation of color #304B3C: hue angle of 146.67º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B3C is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 60 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.71 |
| HSL | 146.67º | 0.22% | 0.24% | - |
| HSV(B) | 146.67º | 0.36% | 0.29% | - |
| XYZ | 4.55 | 5.99 | 5.19 | - |
| YUV | 65.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 60 | 0.36 | 0 | 0.20 | 0.71 | 146.67 | 0.22 | 0.24 |
| Hex | 30 | 4B | 3C | 24 | 0 | 14 | 47 | 93 | 16 | 18 |
| Octal | 60 | 113 | 74 | 44 | 0 | 24 | 107 | 223 | 26 | 30 |
| Binary | 110000 | 1001011 | 111100 | 100100 | 0 | 10100 | 1000111 | 10010011 | 10110 | 11000 |
Color Harmonies of #304B3C
Complementary color
Monochromatic Colors of #304B3C
Black with #304B3C
Text Example
Text Example
White with #304B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B3C; }
p { color: rgb(48,75,60); }
H1.HeaderClassName
{
color: #304B3C;
}
.AnyTagClassName
{
color: #304B3C;
}
</style>
background-color css
<style>
a { background-color: #304B3C; }
a { background-color: rgb(48,75,60); }
div.DivClassName
{
background-color: #304B3C;
}
.BgClassName
{
background-color: #304B3C;
}
</style>
border-color css
<style>
span { border-color: #304B3C; }
span { border-color: rgb(48,75,60); }
td.TdClassName
{
border-color: #304B3C;
}
.TagClassName
{
border-color: #304B3C;
}
</style>