Shades of Sea Green #268349
Tints of Sea Green #268349
RGB
CMYK
RGB Variations
Color information
#268349 (or 0x268349) is known color: Sea Green. HEX triplet: 26, 83 and 49. RGB value is (38,131,73). Sum of RGB (Red+Green+Blue) = 38+131+73=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #268349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268349 is #D97CB6. Grayscale: #606060. Windows color (decimal): -14253239 or 4817702. OLE color: 4817702.
HSL color Cylindrical-coordinate representation of color #268349: hue angle of 142.58º 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 #268349 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 131 | 73 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.49 |
| HSL | 142.58º | 0.55% | 0.33% | - |
| HSV(B) | 142.58º | 0.71% | 0.51% | - |
| XYZ | 10.12 | 17.13 | 9.08 | - |
| YUV | 96.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 73 | 0.71 | 0 | 0.44 | 0.49 | 142.58 | 0.55 | 0.33 |
| Hex | 26 | 83 | 49 | 47 | 0 | 2C | 31 | 8F | 37 | 21 |
| Octal | 46 | 203 | 111 | 107 | 0 | 54 | 61 | 217 | 67 | 41 |
| Binary | 100110 | 10000011 | 1001001 | 1000111 | 0 | 101100 | 110001 | 10001111 | 110111 | 100001 |
Color Harmonies of #268349
Complementary color
Monochromatic Colors of #268349
Black with #268349
Text Example
Text Example
White with #268349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268349; }
p { color: rgb(38,131,73); }
H1.HeaderClassName
{
color: #268349;
}
.AnyTagClassName
{
color: #268349;
}
</style>
background-color css
<style>
a { background-color: #268349; }
a { background-color: rgb(38,131,73); }
div.DivClassName
{
background-color: #268349;
}
.BgClassName
{
background-color: #268349;
}
</style>
border-color css
<style>
span { border-color: #268349; }
span { border-color: rgb(38,131,73); }
td.TdClassName
{
border-color: #268349;
}
.TagClassName
{
border-color: #268349;
}
</style>