Shades of Sea Green #268348
Tints of Sea Green #268348
RGB
CMYK
RGB Variations
Color information
#268348 (or 0x268348) is known color: Sea Green. HEX triplet: 26, 83 and 48. RGB value is (38,131,72). Sum of RGB (Red+Green+Blue) = 38+131+72=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #268348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268348 is #D97CB7. Grayscale: #606060. Windows color (decimal): -14253240 or 4752166. OLE color: 4752166.
HSL color Cylindrical-coordinate representation of color #268348: hue angle of 141.94º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268348 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 131 | 72 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.49 |
| HSL | 141.94º | 0.55% | 0.33% | - |
| HSV(B) | 141.94º | 0.71% | 0.51% | - |
| XYZ | 10.09 | 17.11 | 8.9 | - |
| YUV | 96.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 72 | 0.71 | 0 | 0.45 | 0.49 | 141.94 | 0.55 | 0.33 |
| Hex | 26 | 83 | 48 | 47 | 0 | 2D | 31 | 8E | 37 | 21 |
| Octal | 46 | 203 | 110 | 107 | 0 | 55 | 61 | 216 | 67 | 41 |
| Binary | 100110 | 10000011 | 1001000 | 1000111 | 0 | 101101 | 110001 | 10001110 | 110111 | 100001 |
Color Harmonies of #268348
Complementary color
Monochromatic Colors of #268348
Black with #268348
Text Example
Text Example
White with #268348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268348; }
p { color: rgb(38,131,72); }
H1.HeaderClassName
{
color: #268348;
}
.AnyTagClassName
{
color: #268348;
}
</style>
background-color css
<style>
a { background-color: #268348; }
a { background-color: rgb(38,131,72); }
div.DivClassName
{
background-color: #268348;
}
.BgClassName
{
background-color: #268348;
}
</style>
border-color css
<style>
span { border-color: #268348; }
span { border-color: rgb(38,131,72); }
td.TdClassName
{
border-color: #268348;
}
.TagClassName
{
border-color: #268348;
}
</style>