Shades of Sea Green #2D865A
Tints of Sea Green #2D865A
RGB
CMYK
RGB Variations
Color information
#2D865A (or 0x2D865A) is known color: Sea Green. HEX triplet: 2D, 86 and 5A. RGB value is (45,134,90). Sum of RGB (Red+Green+Blue) = 45+134+90=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #2D865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D865A is #D279A5. Grayscale: #666666. Windows color (decimal): -13793702 or 5932589. OLE color: 5932589.
HSL color Cylindrical-coordinate representation of color #2D865A: hue angle of 150.34º 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 #2D865A is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 90 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.47 |
| HSL | 150.34º | 0.5% | 0.35% | - |
| HSV(B) | 150.34º | 0.66% | 0.53% | - |
| XYZ | 11.45 | 18.35 | 12.61 | - |
| YUV | 102.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 90 | 0.66 | 0 | 0.33 | 0.47 | 150.34 | 0.5 | 0.35 |
| Hex | 2D | 86 | 5A | 42 | 0 | 21 | 2F | 96 | 32 | 23 |
| Octal | 55 | 206 | 132 | 102 | 0 | 41 | 57 | 226 | 62 | 43 |
| Binary | 101101 | 10000110 | 1011010 | 1000010 | 0 | 100001 | 101111 | 10010110 | 110010 | 100011 |
Color Harmonies of #2D865A
Complementary color
Monochromatic Colors of #2D865A
Black with #2D865A
Text Example
Text Example
White with #2D865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D865A; }
p { color: rgb(45,134,90); }
H1.HeaderClassName
{
color: #2D865A;
}
.AnyTagClassName
{
color: #2D865A;
}
</style>
background-color css
<style>
a { background-color: #2D865A; }
a { background-color: rgb(45,134,90); }
div.DivClassName
{
background-color: #2D865A;
}
.BgClassName
{
background-color: #2D865A;
}
</style>
border-color css
<style>
span { border-color: #2D865A; }
span { border-color: rgb(45,134,90); }
td.TdClassName
{
border-color: #2D865A;
}
.TagClassName
{
border-color: #2D865A;
}
</style>