Shades of Sea Green #269848
Tints of Sea Green #269848
RGB
CMYK
RGB Variations
Color information
#269848 (or 0x269848) is known color: Sea Green. HEX triplet: 26, 98 and 48. RGB value is (38,152,72). Sum of RGB (Red+Green+Blue) = 38+152+72=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #269848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269848 is #D967B7. Grayscale: #6D6D6D. Windows color (decimal): -14247864 or 4757542. OLE color: 4757542.
HSL color Cylindrical-coordinate representation of color #269848: hue angle of 137.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269848 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 72 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.40 |
| HSL | 137.89º | 0.6% | 0.37% | - |
| HSV(B) | 137.89º | 0.75% | 0.6% | - |
| XYZ | 13.2 | 23.34 | 9.94 | - |
| YUV | 108.79 | 107.23 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 72 | 0.75 | 0 | 0.53 | 0.40 | 137.89 | 0.6 | 0.37 |
| Hex | 26 | 98 | 48 | 4B | 0 | 35 | 28 | 8A | 3C | 25 |
| Octal | 46 | 230 | 110 | 113 | 0 | 65 | 50 | 212 | 74 | 45 |
| Binary | 100110 | 10011000 | 1001000 | 1001011 | 0 | 110101 | 101000 | 10001010 | 111100 | 100101 |
Color Harmonies of #269848
Complementary color
Monochromatic Colors of #269848
Black with #269848
Text Example
Text Example
White with #269848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269848; }
p { color: rgb(38,152,72); }
H1.HeaderClassName
{
color: #269848;
}
.AnyTagClassName
{
color: #269848;
}
</style>
background-color css
<style>
a { background-color: #269848; }
a { background-color: rgb(38,152,72); }
div.DivClassName
{
background-color: #269848;
}
.BgClassName
{
background-color: #269848;
}
</style>
border-color css
<style>
span { border-color: #269848; }
span { border-color: rgb(38,152,72); }
td.TdClassName
{
border-color: #269848;
}
.TagClassName
{
border-color: #269848;
}
</style>