Shades of Sea Green #2D865C
Tints of Sea Green #2D865C
RGB
CMYK
RGB Variations
Color information
#2D865C (or 0x2D865C) is known color: Sea Green. HEX triplet: 2D, 86 and 5C. RGB value is (45,134,92). Sum of RGB (Red+Green+Blue) = 45+134+92=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #2D865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D865C is #D279A3. Grayscale: #666666. Windows color (decimal): -13793700 or 6063661. OLE color: 6063661.
HSL color Cylindrical-coordinate representation of color #2D865C: hue angle of 151.69º 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 #2D865C is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 92 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.47 |
| HSL | 151.69º | 0.5% | 0.35% | - |
| HSV(B) | 151.69º | 0.66% | 0.53% | - |
| XYZ | 11.54 | 18.38 | 13.06 | - |
| YUV | 102.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 92 | 0.66 | 0 | 0.31 | 0.47 | 151.69 | 0.5 | 0.35 |
| Hex | 2D | 86 | 5C | 42 | 0 | 1F | 2F | 98 | 32 | 23 |
| Octal | 55 | 206 | 134 | 102 | 0 | 37 | 57 | 230 | 62 | 43 |
| Binary | 101101 | 10000110 | 1011100 | 1000010 | 0 | 11111 | 101111 | 10011000 | 110010 | 100011 |
Color Harmonies of #2D865C
Complementary color
Monochromatic Colors of #2D865C
Black with #2D865C
Text Example
Text Example
White with #2D865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D865C; }
p { color: rgb(45,134,92); }
H1.HeaderClassName
{
color: #2D865C;
}
.AnyTagClassName
{
color: #2D865C;
}
</style>
background-color css
<style>
a { background-color: #2D865C; }
a { background-color: rgb(45,134,92); }
div.DivClassName
{
background-color: #2D865C;
}
.BgClassName
{
background-color: #2D865C;
}
</style>
border-color css
<style>
span { border-color: #2D865C; }
span { border-color: rgb(45,134,92); }
td.TdClassName
{
border-color: #2D865C;
}
.TagClassName
{
border-color: #2D865C;
}
</style>