Shades of Sea Green #268F3F
Tints of Sea Green #268F3F
RGB
CMYK
RGB Variations
Color information
#268F3F (or 0x268F3F) is known color: Sea Green. HEX triplet: 26, 8F and 3F. RGB value is (38,143,63). Sum of RGB (Red+Green+Blue) = 38+143+63=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #268F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F3F is #D970C0. Grayscale: #666666. Windows color (decimal): -14250177 or 4165414. OLE color: 4165414.
HSL color Cylindrical-coordinate representation of color #268F3F: hue angle of 134.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F3F is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 63 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.44 |
| HSL | 134.29º | 0.58% | 0.35% | - |
| HSV(B) | 134.29º | 0.73% | 0.56% | - |
| XYZ | 11.52 | 20.42 | 8.04 | - |
| YUV | 102.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 63 | 0.73 | 0 | 0.56 | 0.44 | 134.29 | 0.58 | 0.35 |
| Hex | 26 | 8F | 3F | 49 | 0 | 38 | 2C | 86 | 3A | 23 |
| Octal | 46 | 217 | 77 | 111 | 0 | 70 | 54 | 206 | 72 | 43 |
| Binary | 100110 | 10001111 | 111111 | 1001001 | 0 | 111000 | 101100 | 10000110 | 111010 | 100011 |
Color Harmonies of #268F3F
Complementary color
Monochromatic Colors of #268F3F
Black with #268F3F
Text Example
Text Example
White with #268F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F3F; }
p { color: rgb(38,143,63); }
H1.HeaderClassName
{
color: #268F3F;
}
.AnyTagClassName
{
color: #268F3F;
}
</style>
background-color css
<style>
a { background-color: #268F3F; }
a { background-color: rgb(38,143,63); }
div.DivClassName
{
background-color: #268F3F;
}
.BgClassName
{
background-color: #268F3F;
}
</style>
border-color css
<style>
span { border-color: #268F3F; }
span { border-color: rgb(38,143,63); }
td.TdClassName
{
border-color: #268F3F;
}
.TagClassName
{
border-color: #268F3F;
}
</style>