Shades of Sea Green #268540
Tints of Sea Green #268540
RGB
CMYK
RGB Variations
Color information
#268540 (or 0x268540) is known color: Sea Green. HEX triplet: 26, 85 and 40. RGB value is (38,133,64). Sum of RGB (Red+Green+Blue) = 38+133+64=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #268540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268540 is #D97ABF. Grayscale: #606060. Windows color (decimal): -14252736 or 4228390. OLE color: 4228390.
HSL color Cylindrical-coordinate representation of color #268540: hue angle of 136.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268540 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 64 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.48 |
| HSL | 136.42º | 0.56% | 0.34% | - |
| HSV(B) | 136.42º | 0.71% | 0.52% | - |
| XYZ | 10.11 | 17.56 | 7.71 | - |
| YUV | 96.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 64 | 0.71 | 0 | 0.52 | 0.48 | 136.42 | 0.56 | 0.34 |
| Hex | 26 | 85 | 40 | 47 | 0 | 34 | 30 | 88 | 38 | 22 |
| Octal | 46 | 205 | 100 | 107 | 0 | 64 | 60 | 210 | 70 | 42 |
| Binary | 100110 | 10000101 | 1000000 | 1000111 | 0 | 110100 | 110000 | 10001000 | 111000 | 100010 |
Color Harmonies of #268540
Complementary color
Monochromatic Colors of #268540
Black with #268540
Text Example
Text Example
White with #268540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268540; }
p { color: rgb(38,133,64); }
H1.HeaderClassName
{
color: #268540;
}
.AnyTagClassName
{
color: #268540;
}
</style>
background-color css
<style>
a { background-color: #268540; }
a { background-color: rgb(38,133,64); }
div.DivClassName
{
background-color: #268540;
}
.BgClassName
{
background-color: #268540;
}
</style>
border-color css
<style>
span { border-color: #268540; }
span { border-color: rgb(38,133,64); }
td.TdClassName
{
border-color: #268540;
}
.TagClassName
{
border-color: #268540;
}
</style>