Shades of Sea Green #268441
Tints of Sea Green #268441
RGB
CMYK
RGB Variations
Color information
#268441 (or 0x268441) is known color: Sea Green. HEX triplet: 26, 84 and 41. RGB value is (38,132,65). Sum of RGB (Red+Green+Blue) = 38+132+65=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #268441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268441 is #D97BBE. Grayscale: #606060. Windows color (decimal): -14252991 or 4293670. OLE color: 4293670.
HSL color Cylindrical-coordinate representation of color #268441: hue angle of 137.23º 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 #268441 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 65 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.48 |
| HSL | 137.23º | 0.55% | 0.33% | - |
| HSV(B) | 137.23º | 0.71% | 0.52% | - |
| XYZ | 10 | 17.3 | 7.81 | - |
| YUV | 96.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 65 | 0.71 | 0 | 0.51 | 0.48 | 137.23 | 0.55 | 0.33 |
| Hex | 26 | 84 | 41 | 47 | 0 | 33 | 30 | 89 | 37 | 21 |
| Octal | 46 | 204 | 101 | 107 | 0 | 63 | 60 | 211 | 67 | 41 |
| Binary | 100110 | 10000100 | 1000001 | 1000111 | 0 | 110011 | 110000 | 10001001 | 110111 | 100001 |
Color Harmonies of #268441
Complementary color
Monochromatic Colors of #268441
Black with #268441
Text Example
Text Example
White with #268441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268441; }
p { color: rgb(38,132,65); }
H1.HeaderClassName
{
color: #268441;
}
.AnyTagClassName
{
color: #268441;
}
</style>
background-color css
<style>
a { background-color: #268441; }
a { background-color: rgb(38,132,65); }
div.DivClassName
{
background-color: #268441;
}
.BgClassName
{
background-color: #268441;
}
</style>
border-color css
<style>
span { border-color: #268441; }
span { border-color: rgb(38,132,65); }
td.TdClassName
{
border-color: #268441;
}
.TagClassName
{
border-color: #268441;
}
</style>