Shades of Sea Green #308E41
Tints of Sea Green #308E41
RGB
CMYK
RGB Variations
Color information
#308E41 (or 0x308E41) is known color: Sea Green. HEX triplet: 30, 8E and 41. RGB value is (48,142,65). Sum of RGB (Red+Green+Blue) = 48+142+65=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #308E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E41 is #CF71BE. Grayscale: #696969. Windows color (decimal): -13595071 or 4296240. OLE color: 4296240.
HSL color Cylindrical-coordinate representation of color #308E41: hue angle of 130.85º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E41 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 65 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.44 |
| HSL | 130.85º | 0.49% | 0.37% | - |
| HSV(B) | 130.85º | 0.66% | 0.56% | - |
| XYZ | 11.85 | 20.36 | 8.31 | - |
| YUV | 105.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 65 | 0.66 | 0 | 0.54 | 0.44 | 130.85 | 0.49 | 0.37 |
| Hex | 30 | 8E | 41 | 42 | 0 | 36 | 2C | 83 | 31 | 25 |
| Octal | 60 | 216 | 101 | 102 | 0 | 66 | 54 | 203 | 61 | 45 |
| Binary | 110000 | 10001110 | 1000001 | 1000010 | 0 | 110110 | 101100 | 10000011 | 110001 | 100101 |
Color Harmonies of #308E41
Complementary color
Monochromatic Colors of #308E41
Black with #308E41
Text Example
Text Example
White with #308E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E41; }
p { color: rgb(48,142,65); }
H1.HeaderClassName
{
color: #308E41;
}
.AnyTagClassName
{
color: #308E41;
}
</style>
background-color css
<style>
a { background-color: #308E41; }
a { background-color: rgb(48,142,65); }
div.DivClassName
{
background-color: #308E41;
}
.BgClassName
{
background-color: #308E41;
}
</style>
border-color css
<style>
span { border-color: #308E41; }
span { border-color: rgb(48,142,65); }
td.TdClassName
{
border-color: #308E41;
}
.TagClassName
{
border-color: #308E41;
}
</style>