Shades of Sea Green #269F40
Tints of Sea Green #269F40
RGB
CMYK
RGB Variations
Color information
#269F40 (or 0x269F40) is known color: Sea Green. HEX triplet: 26, 9F and 40. RGB value is (38,159,64). Sum of RGB (Red+Green+Blue) = 38+159+64=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #269F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269F40 is #D960BF. Grayscale: #707070. Windows color (decimal): -14246080 or 4235046. OLE color: 4235046.
HSL color Cylindrical-coordinate representation of color #269F40: hue angle of 132.89º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F40 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 64 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.38 |
| HSL | 132.89º | 0.61% | 0.39% | - |
| HSV(B) | 132.89º | 0.76% | 0.62% | - |
| XYZ | 14.12 | 25.58 | 9.04 | - |
| YUV | 111.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 64 | 0.76 | 0 | 0.60 | 0.38 | 132.89 | 0.61 | 0.39 |
| Hex | 26 | 9F | 40 | 4C | 0 | 3C | 26 | 85 | 3D | 27 |
| Octal | 46 | 237 | 100 | 114 | 0 | 74 | 46 | 205 | 75 | 47 |
| Binary | 100110 | 10011111 | 1000000 | 1001100 | 0 | 111100 | 100110 | 10000101 | 111101 | 100111 |
Color Harmonies of #269F40
Complementary color
Monochromatic Colors of #269F40
Black with #269F40
Text Example
Text Example
White with #269F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F40; }
p { color: rgb(38,159,64); }
H1.HeaderClassName
{
color: #269F40;
}
.AnyTagClassName
{
color: #269F40;
}
</style>
background-color css
<style>
a { background-color: #269F40; }
a { background-color: rgb(38,159,64); }
div.DivClassName
{
background-color: #269F40;
}
.BgClassName
{
background-color: #269F40;
}
</style>
border-color css
<style>
span { border-color: #269F40; }
span { border-color: rgb(38,159,64); }
td.TdClassName
{
border-color: #269F40;
}
.TagClassName
{
border-color: #269F40;
}
</style>