Shades of Sea Green #2D865B
Tints of Sea Green #2D865B
RGB
CMYK
RGB Variations
Color information
#2D865B (or 0x2D865B) is known color: Sea Green. HEX triplet: 2D, 86 and 5B. RGB value is (45,134,91). Sum of RGB (Red+Green+Blue) = 45+134+91=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #2D865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D865B is #D279A4. Grayscale: #666666. Windows color (decimal): -13793701 or 5998125. OLE color: 5998125.
HSL color Cylindrical-coordinate representation of color #2D865B: hue angle of 151.01º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D865B is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 91 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.47 |
| HSL | 151.01º | 0.5% | 0.35% | - |
| HSV(B) | 151.01º | 0.66% | 0.53% | - |
| XYZ | 11.5 | 18.36 | 12.84 | - |
| YUV | 102.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 91 | 0.66 | 0 | 0.32 | 0.47 | 151.01 | 0.5 | 0.35 |
| Hex | 2D | 86 | 5B | 42 | 0 | 20 | 2F | 97 | 32 | 23 |
| Octal | 55 | 206 | 133 | 102 | 0 | 40 | 57 | 227 | 62 | 43 |
| Binary | 101101 | 10000110 | 1011011 | 1000010 | 0 | 100000 | 101111 | 10010111 | 110010 | 100011 |
Color Harmonies of #2D865B
Complementary color
Monochromatic Colors of #2D865B
Black with #2D865B
Text Example
Text Example
White with #2D865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D865B; }
p { color: rgb(45,134,91); }
H1.HeaderClassName
{
color: #2D865B;
}
.AnyTagClassName
{
color: #2D865B;
}
</style>
background-color css
<style>
a { background-color: #2D865B; }
a { background-color: rgb(45,134,91); }
div.DivClassName
{
background-color: #2D865B;
}
.BgClassName
{
background-color: #2D865B;
}
</style>
border-color css
<style>
span { border-color: #2D865B; }
span { border-color: rgb(45,134,91); }
td.TdClassName
{
border-color: #2D865B;
}
.TagClassName
{
border-color: #2D865B;
}
</style>