Shades of Sea Green #269A40
Tints of Sea Green #269A40
RGB
CMYK
RGB Variations
Color information
#269A40 (or 0x269A40) is known color: Sea Green. HEX triplet: 26, 9A and 40. RGB value is (38,154,64). Sum of RGB (Red+Green+Blue) = 38+154+64=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #269A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269A40 is #D965BF. Grayscale: #6D6D6D. Windows color (decimal): -14247360 or 4233766. OLE color: 4233766.
HSL color Cylindrical-coordinate representation of color #269A40: hue angle of 133.45º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A40 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 64 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.40 |
| HSL | 133.45º | 0.6% | 0.38% | - |
| HSV(B) | 133.45º | 0.75% | 0.6% | - |
| XYZ | 13.28 | 23.89 | 8.76 | - |
| YUV | 109.06 | 102.57 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 64 | 0.75 | 0 | 0.58 | 0.40 | 133.45 | 0.6 | 0.38 |
| Hex | 26 | 9A | 40 | 4B | 0 | 3A | 28 | 85 | 3C | 26 |
| Octal | 46 | 232 | 100 | 113 | 0 | 72 | 50 | 205 | 74 | 46 |
| Binary | 100110 | 10011010 | 1000000 | 1001011 | 0 | 111010 | 101000 | 10000101 | 111100 | 100110 |
Color Harmonies of #269A40
Complementary color
Monochromatic Colors of #269A40
Black with #269A40
Text Example
Text Example
White with #269A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A40; }
p { color: rgb(38,154,64); }
H1.HeaderClassName
{
color: #269A40;
}
.AnyTagClassName
{
color: #269A40;
}
</style>
background-color css
<style>
a { background-color: #269A40; }
a { background-color: rgb(38,154,64); }
div.DivClassName
{
background-color: #269A40;
}
.BgClassName
{
background-color: #269A40;
}
</style>
border-color css
<style>
span { border-color: #269A40; }
span { border-color: rgb(38,154,64); }
td.TdClassName
{
border-color: #269A40;
}
.TagClassName
{
border-color: #269A40;
}
</style>