Shades of Sea Green #269D42
Tints of Sea Green #269D42
RGB
CMYK
RGB Variations
Color information
#269D42 (or 0x269D42) is known color: Sea Green. HEX triplet: 26, 9D and 42. RGB value is (38,157,66). Sum of RGB (Red+Green+Blue) = 38+157+66=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #269D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269D42 is #D962BD. Grayscale: #6F6F6F. Windows color (decimal): -14246590 or 4365606. OLE color: 4365606.
HSL color Cylindrical-coordinate representation of color #269D42: hue angle of 134.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D42 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 66 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.38 |
| HSL | 134.12º | 0.61% | 0.38% | - |
| HSV(B) | 134.12º | 0.76% | 0.62% | - |
| XYZ | 13.84 | 24.92 | 9.23 | - |
| YUV | 111.05 | 102.58 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 66 | 0.76 | 0 | 0.58 | 0.38 | 134.12 | 0.61 | 0.38 |
| Hex | 26 | 9D | 42 | 4C | 0 | 3A | 26 | 86 | 3D | 26 |
| Octal | 46 | 235 | 102 | 114 | 0 | 72 | 46 | 206 | 75 | 46 |
| Binary | 100110 | 10011101 | 1000010 | 1001100 | 0 | 111010 | 100110 | 10000110 | 111101 | 100110 |
Color Harmonies of #269D42
Complementary color
Monochromatic Colors of #269D42
Black with #269D42
Text Example
Text Example
White with #269D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D42; }
p { color: rgb(38,157,66); }
H1.HeaderClassName
{
color: #269D42;
}
.AnyTagClassName
{
color: #269D42;
}
</style>
background-color css
<style>
a { background-color: #269D42; }
a { background-color: rgb(38,157,66); }
div.DivClassName
{
background-color: #269D42;
}
.BgClassName
{
background-color: #269D42;
}
</style>
border-color css
<style>
span { border-color: #269D42; }
span { border-color: rgb(38,157,66); }
td.TdClassName
{
border-color: #269D42;
}
.TagClassName
{
border-color: #269D42;
}
</style>