Shades of Sea Green #2A914B
Tints of Sea Green #2A914B
RGB
CMYK
RGB Variations
Color information
#2A914B (or 0x2A914B) is known color: Sea Green. HEX triplet: 2A, 91 and 4B. RGB value is (42,145,75). Sum of RGB (Red+Green+Blue) = 42+145+75=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #2A914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A914B is #D56EB4. Grayscale: #6A6A6A. Windows color (decimal): -13987509 or 4952362. OLE color: 4952362.
HSL color Cylindrical-coordinate representation of color #2A914B: hue angle of 139.22º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A914B is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 145 | 75 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.43 |
| HSL | 139.22º | 0.55% | 0.37% | - |
| HSV(B) | 139.22º | 0.71% | 0.57% | - |
| XYZ | 12.35 | 21.25 | 10.11 | - |
| YUV | 106.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 145 | 75 | 0.71 | 0 | 0.48 | 0.43 | 139.22 | 0.55 | 0.37 |
| Hex | 2A | 91 | 4B | 47 | 0 | 30 | 2B | 8B | 37 | 25 |
| Octal | 52 | 221 | 113 | 107 | 0 | 60 | 53 | 213 | 67 | 45 |
| Binary | 101010 | 10010001 | 1001011 | 1000111 | 0 | 110000 | 101011 | 10001011 | 110111 | 100101 |
Color Harmonies of #2A914B
Complementary color
Monochromatic Colors of #2A914B
Black with #2A914B
Text Example
Text Example
White with #2A914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A914B; }
p { color: rgb(42,145,75); }
H1.HeaderClassName
{
color: #2A914B;
}
.AnyTagClassName
{
color: #2A914B;
}
</style>
background-color css
<style>
a { background-color: #2A914B; }
a { background-color: rgb(42,145,75); }
div.DivClassName
{
background-color: #2A914B;
}
.BgClassName
{
background-color: #2A914B;
}
</style>
border-color css
<style>
span { border-color: #2A914B; }
span { border-color: rgb(42,145,75); }
td.TdClassName
{
border-color: #2A914B;
}
.TagClassName
{
border-color: #2A914B;
}
</style>