Shades of Sea Green #268445
Tints of Sea Green #268445
RGB
CMYK
RGB Variations
Color information
#268445 (or 0x268445) is known color: Sea Green. HEX triplet: 26, 84 and 45. RGB value is (38,132,69). Sum of RGB (Red+Green+Blue) = 38+132+69=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #268445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268445 is #D97BBA. Grayscale: #606060. Windows color (decimal): -14252987 or 4555814. OLE color: 4555814.
HSL color Cylindrical-coordinate representation of color #268445: hue angle of 139.79º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268445 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 69 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.48 |
| HSL | 139.79º | 0.55% | 0.33% | - |
| HSV(B) | 139.79º | 0.71% | 0.52% | - |
| XYZ | 10.12 | 17.34 | 8.44 | - |
| YUV | 96.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 69 | 0.71 | 0 | 0.48 | 0.48 | 139.79 | 0.55 | 0.33 |
| Hex | 26 | 84 | 45 | 47 | 0 | 30 | 30 | 8C | 37 | 21 |
| Octal | 46 | 204 | 105 | 107 | 0 | 60 | 60 | 214 | 67 | 41 |
| Binary | 100110 | 10000100 | 1000101 | 1000111 | 0 | 110000 | 110000 | 10001100 | 110111 | 100001 |
Color Harmonies of #268445
Complementary color
Monochromatic Colors of #268445
Black with #268445
Text Example
Text Example
White with #268445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268445; }
p { color: rgb(38,132,69); }
H1.HeaderClassName
{
color: #268445;
}
.AnyTagClassName
{
color: #268445;
}
</style>
background-color css
<style>
a { background-color: #268445; }
a { background-color: rgb(38,132,69); }
div.DivClassName
{
background-color: #268445;
}
.BgClassName
{
background-color: #268445;
}
</style>
border-color css
<style>
span { border-color: #268445; }
span { border-color: rgb(38,132,69); }
td.TdClassName
{
border-color: #268445;
}
.TagClassName
{
border-color: #268445;
}
</style>