Shades of Sea Green #269242
Tints of Sea Green #269242
RGB
CMYK
RGB Variations
Color information
#269242 (or 0x269242) is known color: Sea Green. HEX triplet: 26, 92 and 42. RGB value is (38,146,66). Sum of RGB (Red+Green+Blue) = 38+146+66=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #269242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269242 is #D96DBD. Grayscale: #686868. Windows color (decimal): -14249406 or 4362790. OLE color: 4362790.
HSL color Cylindrical-coordinate representation of color #269242: hue angle of 135.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269242 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 66 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.43 |
| HSL | 135.56º | 0.59% | 0.36% | - |
| HSV(B) | 135.56º | 0.74% | 0.57% | - |
| XYZ | 12.06 | 21.36 | 8.64 | - |
| YUV | 104.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 66 | 0.74 | 0 | 0.55 | 0.43 | 135.56 | 0.59 | 0.36 |
| Hex | 26 | 92 | 42 | 4A | 0 | 37 | 2B | 88 | 3B | 24 |
| Octal | 46 | 222 | 102 | 112 | 0 | 67 | 53 | 210 | 73 | 44 |
| Binary | 100110 | 10010010 | 1000010 | 1001010 | 0 | 110111 | 101011 | 10001000 | 111011 | 100100 |
Color Harmonies of #269242
Complementary color
Monochromatic Colors of #269242
Black with #269242
Text Example
Text Example
White with #269242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269242; }
p { color: rgb(38,146,66); }
H1.HeaderClassName
{
color: #269242;
}
.AnyTagClassName
{
color: #269242;
}
</style>
background-color css
<style>
a { background-color: #269242; }
a { background-color: rgb(38,146,66); }
div.DivClassName
{
background-color: #269242;
}
.BgClassName
{
background-color: #269242;
}
</style>
border-color css
<style>
span { border-color: #269242; }
span { border-color: rgb(38,146,66); }
td.TdClassName
{
border-color: #269242;
}
.TagClassName
{
border-color: #269242;
}
</style>