Shades of Sea Green #2A935B
Tints of Sea Green #2A935B
RGB
CMYK
RGB Variations
Color information
#2A935B (or 0x2A935B) is known color: Sea Green. HEX triplet: 2A, 93 and 5B. RGB value is (42,147,91). Sum of RGB (Red+Green+Blue) = 42+147+91=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #2A935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A935B is #D56CA4. Grayscale: #6D6D6D. Windows color (decimal): -13986981 or 6001450. OLE color: 6001450.
HSL color Cylindrical-coordinate representation of color #2A935B: hue angle of 148º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A935B is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 91 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.42 |
| HSL | 148º | 0.56% | 0.37% | - |
| HSV(B) | 148º | 0.71% | 0.58% | - |
| XYZ | 13.28 | 22.12 | 13.47 | - |
| YUV | 109.22 | 117.71 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 91 | 0.71 | 0 | 0.38 | 0.42 | 148 | 0.56 | 0.37 |
| Hex | 2A | 93 | 5B | 47 | 0 | 26 | 2A | 94 | 38 | 25 |
| Octal | 52 | 223 | 133 | 107 | 0 | 46 | 52 | 224 | 70 | 45 |
| Binary | 101010 | 10010011 | 1011011 | 1000111 | 0 | 100110 | 101010 | 10010100 | 111000 | 100101 |
Color Harmonies of #2A935B
Complementary color
Monochromatic Colors of #2A935B
Black with #2A935B
Text Example
Text Example
White with #2A935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A935B; }
p { color: rgb(42,147,91); }
H1.HeaderClassName
{
color: #2A935B;
}
.AnyTagClassName
{
color: #2A935B;
}
</style>
background-color css
<style>
a { background-color: #2A935B; }
a { background-color: rgb(42,147,91); }
div.DivClassName
{
background-color: #2A935B;
}
.BgClassName
{
background-color: #2A935B;
}
</style>
border-color css
<style>
span { border-color: #2A935B; }
span { border-color: rgb(42,147,91); }
td.TdClassName
{
border-color: #2A935B;
}
.TagClassName
{
border-color: #2A935B;
}
</style>