Shades of Sea Green #308C53
Tints of Sea Green #308C53
RGB
CMYK
RGB Variations
Color information
#308C53 (or 0x308C53) is known color: Sea Green. HEX triplet: 30, 8C and 53. RGB value is (48,140,83). Sum of RGB (Red+Green+Blue) = 48+140+83=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #308C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C53 is #CF73AC. Grayscale: #6A6A6A. Windows color (decimal): -13595565 or 5475376. OLE color: 5475376.
HSL color Cylindrical-coordinate representation of color #308C53: hue angle of 142.83º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C53 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 83 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.45 |
| HSL | 142.83º | 0.49% | 0.37% | - |
| HSV(B) | 142.83º | 0.66% | 0.55% | - |
| XYZ | 12.16 | 20.01 | 11.4 | - |
| YUV | 105.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 83 | 0.66 | 0 | 0.41 | 0.45 | 142.83 | 0.49 | 0.37 |
| Hex | 30 | 8C | 53 | 42 | 0 | 29 | 2D | 8F | 31 | 25 |
| Octal | 60 | 214 | 123 | 102 | 0 | 51 | 55 | 217 | 61 | 45 |
| Binary | 110000 | 10001100 | 1010011 | 1000010 | 0 | 101001 | 101101 | 10001111 | 110001 | 100101 |
Color Harmonies of #308C53
Complementary color
Monochromatic Colors of #308C53
Black with #308C53
Text Example
Text Example
White with #308C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C53; }
p { color: rgb(48,140,83); }
H1.HeaderClassName
{
color: #308C53;
}
.AnyTagClassName
{
color: #308C53;
}
</style>
background-color css
<style>
a { background-color: #308C53; }
a { background-color: rgb(48,140,83); }
div.DivClassName
{
background-color: #308C53;
}
.BgClassName
{
background-color: #308C53;
}
</style>
border-color css
<style>
span { border-color: #308C53; }
span { border-color: rgb(48,140,83); }
td.TdClassName
{
border-color: #308C53;
}
.TagClassName
{
border-color: #308C53;
}
</style>