Shades of Sea Green #268249
Tints of Sea Green #268249
RGB
CMYK
RGB Variations
Color information
#268249 (or 0x268249) is known color: Sea Green. HEX triplet: 26, 82 and 49. RGB value is (38,130,73). Sum of RGB (Red+Green+Blue) = 38+130+73=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #268249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268249 is #D97DB6. Grayscale: #606060. Windows color (decimal): -14253495 or 4817446. OLE color: 4817446.
HSL color Cylindrical-coordinate representation of color #268249: hue angle of 142.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268249 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 73 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.49 |
| HSL | 142.83º | 0.55% | 0.33% | - |
| HSV(B) | 142.83º | 0.71% | 0.51% | - |
| XYZ | 9.98 | 16.86 | 9.03 | - |
| YUV | 95.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 73 | 0.71 | 0 | 0.44 | 0.49 | 142.83 | 0.55 | 0.33 |
| Hex | 26 | 82 | 49 | 47 | 0 | 2C | 31 | 8F | 37 | 21 |
| Octal | 46 | 202 | 111 | 107 | 0 | 54 | 61 | 217 | 67 | 41 |
| Binary | 100110 | 10000010 | 1001001 | 1000111 | 0 | 101100 | 110001 | 10001111 | 110111 | 100001 |
Color Harmonies of #268249
Complementary color
Monochromatic Colors of #268249
Black with #268249
Text Example
Text Example
White with #268249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268249; }
p { color: rgb(38,130,73); }
H1.HeaderClassName
{
color: #268249;
}
.AnyTagClassName
{
color: #268249;
}
</style>
background-color css
<style>
a { background-color: #268249; }
a { background-color: rgb(38,130,73); }
div.DivClassName
{
background-color: #268249;
}
.BgClassName
{
background-color: #268249;
}
</style>
border-color css
<style>
span { border-color: #268249; }
span { border-color: rgb(38,130,73); }
td.TdClassName
{
border-color: #268249;
}
.TagClassName
{
border-color: #268249;
}
</style>