Shades of Sea Green #2D855D
Tints of Sea Green #2D855D
RGB
CMYK
RGB Variations
Color information
#2D855D (or 0x2D855D) is known color: Sea Green. HEX triplet: 2D, 85 and 5D. RGB value is (45,133,93). Sum of RGB (Red+Green+Blue) = 45+133+93=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #2D855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D855D is #D27AA2. Grayscale: #666666. Windows color (decimal): -13793955 or 6128941. OLE color: 6128941.
HSL color Cylindrical-coordinate representation of color #2D855D: hue angle of 152.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D855D is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
RGB | 45 | 133 | 93 | - |
CMYK | 0.66 | 0 | 0.30 | 0.48 |
HSL | 152.73º | 0.49% | 0.35% | - |
HSV(B) | 152.73º | 0.66% | 0.52% | - |
XYZ | 11.45 | 18.12 | 13.25 | - |
YUV | 102.13 | 122.85 | 87.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 133 | 93 | 0.66 | 0 | 0.30 | 0.48 | 152.73 | 0.49 | 0.35 |
Hex | 2D | 85 | 5D | 42 | 0 | 1E | 30 | 99 | 31 | 23 |
Octal | 55 | 205 | 135 | 102 | 0 | 36 | 60 | 231 | 61 | 43 |
Binary | 101101 | 10000101 | 1011101 | 1000010 | 0 | 11110 | 110000 | 10011001 | 110001 | 100011 |
Color Harmonies of #2D855D
Complementary color
Monochromatic Colors of #2D855D
Black with #2D855D
Text Example
Text Example
White with #2D855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D855D; }
p { color: rgb(45,133,93); }
H1.HeaderClassName
{
color: #2D855D;
}
.AnyTagClassName
{
color: #2D855D;
}
</style>
background-color css
<style>
a { background-color: #2D855D; }
a { background-color: rgb(45,133,93); }
div.DivClassName
{
background-color: #2D855D;
}
.BgClassName
{
background-color: #2D855D;
}
</style>
border-color css
<style>
span { border-color: #2D855D; }
span { border-color: rgb(45,133,93); }
td.TdClassName
{
border-color: #2D855D;
}
.TagClassName
{
border-color: #2D855D;
}
</style>