Shades of Sea Green #2B7F5C
Tints of Sea Green #2B7F5C
RGB
CMYK
RGB Variations
Color information
#2B7F5C (or 0x2B7F5C) is known color: Sea Green. HEX triplet: 2B, 7F and 5C. RGB value is (43,127,92). Sum of RGB (Red+Green+Blue) = 43+127+92=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F5C is #D480A3. Grayscale: #616161. Windows color (decimal): -13926564 or 6061867. OLE color: 6061867.
HSL color Cylindrical-coordinate representation of color #2B7F5C: hue angle of 155º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F5C is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 92 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.50 |
| HSL | 155º | 0.49% | 0.33% | - |
| HSV(B) | 155º | 0.66% | 0.5% | - |
| XYZ | 10.52 | 16.47 | 12.75 | - |
| YUV | 97.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 92 | 0.66 | 0 | 0.28 | 0.50 | 155 | 0.49 | 0.33 |
| Hex | 2B | 7F | 5C | 42 | 0 | 1C | 32 | 9B | 31 | 21 |
| Octal | 53 | 177 | 134 | 102 | 0 | 34 | 62 | 233 | 61 | 41 |
| Binary | 101011 | 1111111 | 1011100 | 1000010 | 0 | 11100 | 110010 | 10011011 | 110001 | 100001 |
Color Harmonies of #2B7F5C
Complementary color
Monochromatic Colors of #2B7F5C
Black with #2B7F5C
Text Example
Text Example
White with #2B7F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F5C; }
p { color: rgb(43,127,92); }
H1.HeaderClassName
{
color: #2B7F5C;
}
.AnyTagClassName
{
color: #2B7F5C;
}
</style>
background-color css
<style>
a { background-color: #2B7F5C; }
a { background-color: rgb(43,127,92); }
div.DivClassName
{
background-color: #2B7F5C;
}
.BgClassName
{
background-color: #2B7F5C;
}
</style>
border-color css
<style>
span { border-color: #2B7F5C; }
span { border-color: rgb(43,127,92); }
td.TdClassName
{
border-color: #2B7F5C;
}
.TagClassName
{
border-color: #2B7F5C;
}
</style>