Shades of Sea Green #268945
Tints of Sea Green #268945
RGB
CMYK
RGB Variations
Color information
#268945 (or 0x268945) is known color: Sea Green. HEX triplet: 26, 89 and 45. RGB value is (38,137,69). Sum of RGB (Red+Green+Blue) = 38+137+69=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #268945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268945 is #D976BA. Grayscale: #636363. Windows color (decimal): -14251707 or 4557094. OLE color: 4557094.
HSL color Cylindrical-coordinate representation of color #268945: hue angle of 138.79º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268945 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 137 | 69 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.46 |
| HSL | 138.79º | 0.57% | 0.34% | - |
| HSV(B) | 138.79º | 0.72% | 0.54% | - |
| XYZ | 10.82 | 18.73 | 8.68 | - |
| YUV | 99.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 69 | 0.72 | 0 | 0.50 | 0.46 | 138.79 | 0.57 | 0.34 |
| Hex | 26 | 89 | 45 | 48 | 0 | 32 | 2E | 8B | 39 | 22 |
| Octal | 46 | 211 | 105 | 110 | 0 | 62 | 56 | 213 | 71 | 42 |
| Binary | 100110 | 10001001 | 1000101 | 1001000 | 0 | 110010 | 101110 | 10001011 | 111001 | 100010 |
Color Harmonies of #268945
Complementary color
Monochromatic Colors of #268945
Black with #268945
Text Example
Text Example
White with #268945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268945; }
p { color: rgb(38,137,69); }
H1.HeaderClassName
{
color: #268945;
}
.AnyTagClassName
{
color: #268945;
}
</style>
background-color css
<style>
a { background-color: #268945; }
a { background-color: rgb(38,137,69); }
div.DivClassName
{
background-color: #268945;
}
.BgClassName
{
background-color: #268945;
}
</style>
border-color css
<style>
span { border-color: #268945; }
span { border-color: rgb(38,137,69); }
td.TdClassName
{
border-color: #268945;
}
.TagClassName
{
border-color: #268945;
}
</style>