Shades of Sea Green #268146
Tints of Sea Green #268146
RGB
CMYK
RGB Variations
Color information
#268146 (or 0x268146) is known color: Sea Green. HEX triplet: 26, 81 and 46. RGB value is (38,129,70). Sum of RGB (Red+Green+Blue) = 38+129+70=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #268146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268146 is #D97EB9. Grayscale: #5F5F5F. Windows color (decimal): -14253754 or 4620582. OLE color: 4620582.
HSL color Cylindrical-coordinate representation of color #268146: hue angle of 141.1º degrees, saturation: 0.54, 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 #268146 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 70 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.49 |
| HSL | 141.1º | 0.54% | 0.33% | - |
| HSV(B) | 141.1º | 0.71% | 0.51% | - |
| XYZ | 9.76 | 16.55 | 8.48 | - |
| YUV | 95.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 70 | 0.71 | 0 | 0.46 | 0.49 | 141.1 | 0.54 | 0.33 |
| Hex | 26 | 81 | 46 | 47 | 0 | 2E | 31 | 8D | 36 | 21 |
| Octal | 46 | 201 | 106 | 107 | 0 | 56 | 61 | 215 | 66 | 41 |
| Binary | 100110 | 10000001 | 1000110 | 1000111 | 0 | 101110 | 110001 | 10001101 | 110110 | 100001 |
Color Harmonies of #268146
Complementary color
Monochromatic Colors of #268146
Black with #268146
Text Example
Text Example
White with #268146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268146; }
p { color: rgb(38,129,70); }
H1.HeaderClassName
{
color: #268146;
}
.AnyTagClassName
{
color: #268146;
}
</style>
background-color css
<style>
a { background-color: #268146; }
a { background-color: rgb(38,129,70); }
div.DivClassName
{
background-color: #268146;
}
.BgClassName
{
background-color: #268146;
}
</style>
border-color css
<style>
span { border-color: #268146; }
span { border-color: rgb(38,129,70); }
td.TdClassName
{
border-color: #268146;
}
.TagClassName
{
border-color: #268146;
}
</style>