Shades of Sea Green #268245
Tints of Sea Green #268245
RGB
CMYK
RGB Variations
Color information
#268245 (or 0x268245) is known color: Sea Green. HEX triplet: 26, 82 and 45. RGB value is (38,130,69). Sum of RGB (Red+Green+Blue) = 38+130+69=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #268245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268245 is #D97DBA. Grayscale: #5F5F5F. Windows color (decimal): -14253499 or 4555302. OLE color: 4555302.
HSL color Cylindrical-coordinate representation of color #268245: hue angle of 140.22º 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 #268245 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 69 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.49 |
| HSL | 140.22º | 0.55% | 0.33% | - |
| HSV(B) | 140.22º | 0.71% | 0.51% | - |
| XYZ | 9.86 | 16.81 | 8.35 | - |
| YUV | 95.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 69 | 0.71 | 0 | 0.47 | 0.49 | 140.22 | 0.55 | 0.33 |
| Hex | 26 | 82 | 45 | 47 | 0 | 2F | 31 | 8C | 37 | 21 |
| Octal | 46 | 202 | 105 | 107 | 0 | 57 | 61 | 214 | 67 | 41 |
| Binary | 100110 | 10000010 | 1000101 | 1000111 | 0 | 101111 | 110001 | 10001100 | 110111 | 100001 |
Color Harmonies of #268245
Complementary color
Monochromatic Colors of #268245
Black with #268245
Text Example
Text Example
White with #268245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268245; }
p { color: rgb(38,130,69); }
H1.HeaderClassName
{
color: #268245;
}
.AnyTagClassName
{
color: #268245;
}
</style>
background-color css
<style>
a { background-color: #268245; }
a { background-color: rgb(38,130,69); }
div.DivClassName
{
background-color: #268245;
}
.BgClassName
{
background-color: #268245;
}
</style>
border-color css
<style>
span { border-color: #268245; }
span { border-color: rgb(38,130,69); }
td.TdClassName
{
border-color: #268245;
}
.TagClassName
{
border-color: #268245;
}
</style>