Shades of Sea Green #268448
Tints of Sea Green #268448
RGB
CMYK
RGB Variations
Color information
#268448 (or 0x268448) is known color: Sea Green. HEX triplet: 26, 84 and 48. RGB value is (38,132,72). Sum of RGB (Red+Green+Blue) = 38+132+72=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #268448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268448 is #D97BB7. Grayscale: #616161. Windows color (decimal): -14252984 or 4752422. OLE color: 4752422.
HSL color Cylindrical-coordinate representation of color #268448: hue angle of 141.7º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268448 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 72 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.48 |
| HSL | 141.7º | 0.55% | 0.33% | - |
| HSV(B) | 141.7º | 0.71% | 0.52% | - |
| XYZ | 10.22 | 17.38 | 8.95 | - |
| YUV | 97.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 72 | 0.71 | 0 | 0.45 | 0.48 | 141.7 | 0.55 | 0.33 |
| Hex | 26 | 84 | 48 | 47 | 0 | 2D | 30 | 8E | 37 | 21 |
| Octal | 46 | 204 | 110 | 107 | 0 | 55 | 60 | 216 | 67 | 41 |
| Binary | 100110 | 10000100 | 1001000 | 1000111 | 0 | 101101 | 110000 | 10001110 | 110111 | 100001 |
Color Harmonies of #268448
Complementary color
Monochromatic Colors of #268448
Black with #268448
Text Example
Text Example
White with #268448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268448; }
p { color: rgb(38,132,72); }
H1.HeaderClassName
{
color: #268448;
}
.AnyTagClassName
{
color: #268448;
}
</style>
background-color css
<style>
a { background-color: #268448; }
a { background-color: rgb(38,132,72); }
div.DivClassName
{
background-color: #268448;
}
.BgClassName
{
background-color: #268448;
}
</style>
border-color css
<style>
span { border-color: #268448; }
span { border-color: rgb(38,132,72); }
td.TdClassName
{
border-color: #268448;
}
.TagClassName
{
border-color: #268448;
}
</style>