Shades of Sea Green #268145
Tints of Sea Green #268145
RGB
CMYK
RGB Variations
Color information
#268145 (or 0x268145) is known color: Sea Green. HEX triplet: 26, 81 and 45. RGB value is (38,129,69). Sum of RGB (Red+Green+Blue) = 38+129+69=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #268145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268145 is #D97EBA. Grayscale: #5F5F5F. Windows color (decimal): -14253755 or 4555046. OLE color: 4555046.
HSL color Cylindrical-coordinate representation of color #268145: hue angle of 140.44º 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 #268145 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 69 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.49 |
| HSL | 140.44º | 0.54% | 0.33% | - |
| HSV(B) | 140.44º | 0.71% | 0.51% | - |
| XYZ | 9.72 | 16.54 | 8.31 | - |
| YUV | 94.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 69 | 0.71 | 0 | 0.47 | 0.49 | 140.44 | 0.54 | 0.33 |
| Hex | 26 | 81 | 45 | 47 | 0 | 2F | 31 | 8C | 36 | 21 |
| Octal | 46 | 201 | 105 | 107 | 0 | 57 | 61 | 214 | 66 | 41 |
| Binary | 100110 | 10000001 | 1000101 | 1000111 | 0 | 101111 | 110001 | 10001100 | 110110 | 100001 |
Color Harmonies of #268145
Complementary color
Monochromatic Colors of #268145
Black with #268145
Text Example
Text Example
White with #268145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268145; }
p { color: rgb(38,129,69); }
H1.HeaderClassName
{
color: #268145;
}
.AnyTagClassName
{
color: #268145;
}
</style>
background-color css
<style>
a { background-color: #268145; }
a { background-color: rgb(38,129,69); }
div.DivClassName
{
background-color: #268145;
}
.BgClassName
{
background-color: #268145;
}
</style>
border-color css
<style>
span { border-color: #268145; }
span { border-color: rgb(38,129,69); }
td.TdClassName
{
border-color: #268145;
}
.TagClassName
{
border-color: #268145;
}
</style>