Shades of Sea Green #308A42
Tints of Sea Green #308A42
RGB
CMYK
RGB Variations
Color information
#308A42 (or 0x308A42) is known color: Sea Green. HEX triplet: 30, 8A and 42. RGB value is (48,138,66). Sum of RGB (Red+Green+Blue) = 48+138+66=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #308A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A42 is #CF75BD. Grayscale: #676767. Windows color (decimal): -13596094 or 4360752. OLE color: 4360752.
HSL color Cylindrical-coordinate representation of color #308A42: hue angle of 132º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A42 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 66 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.46 |
| HSL | 132º | 0.48% | 0.36% | - |
| HSV(B) | 132º | 0.65% | 0.54% | - |
| XYZ | 11.29 | 19.2 | 8.26 | - |
| YUV | 102.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 66 | 0.65 | 0 | 0.52 | 0.46 | 132 | 0.48 | 0.36 |
| Hex | 30 | 8A | 42 | 41 | 0 | 34 | 2E | 84 | 30 | 24 |
| Octal | 60 | 212 | 102 | 101 | 0 | 64 | 56 | 204 | 60 | 44 |
| Binary | 110000 | 10001010 | 1000010 | 1000001 | 0 | 110100 | 101110 | 10000100 | 110000 | 100100 |
Color Harmonies of #308A42
Complementary color
Monochromatic Colors of #308A42
Black with #308A42
Text Example
Text Example
White with #308A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A42; }
p { color: rgb(48,138,66); }
H1.HeaderClassName
{
color: #308A42;
}
.AnyTagClassName
{
color: #308A42;
}
</style>
background-color css
<style>
a { background-color: #308A42; }
a { background-color: rgb(48,138,66); }
div.DivClassName
{
background-color: #308A42;
}
.BgClassName
{
background-color: #308A42;
}
</style>
border-color css
<style>
span { border-color: #308A42; }
span { border-color: rgb(48,138,66); }
td.TdClassName
{
border-color: #308A42;
}
.TagClassName
{
border-color: #308A42;
}
</style>