Shades of Jungle Green #3AB28C
Tints of Jungle Green #3AB28C
RGB
CMYK
RGB Variations
Color information
#3AB28C (or 0x3AB28C) is known color: Jungle Green. HEX triplet: 3A, B2 and 8C. RGB value is (58,178,140). Sum of RGB (Red+Green+Blue) = 58+178+140=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB28C is #C54D73. Grayscale: #898989. Windows color (decimal): -12930420 or 9220666. OLE color: 9220666.
HSL color Cylindrical-coordinate representation of color #3AB28C: hue angle of 161º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB28C is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 140 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.30 |
| HSL | 161º | 0.51% | 0.46% | - |
| HSV(B) | 161º | 0.67% | 0.7% | - |
| XYZ | 22.4 | 34.63 | 30.32 | - |
| YUV | 137.79 | 129.24 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 140 | 0.67 | 0 | 0.21 | 0.30 | 161 | 0.51 | 0.46 |
| Hex | 3A | B2 | 8C | 43 | 0 | 15 | 1E | A1 | 33 | 2E |
| Octal | 72 | 262 | 214 | 103 | 0 | 25 | 36 | 241 | 63 | 56 |
| Binary | 111010 | 10110010 | 10001100 | 1000011 | 0 | 10101 | 11110 | 10100001 | 110011 | 101110 |
Color Harmonies of #3AB28C
Complementary color
Monochromatic Colors of #3AB28C
Black with #3AB28C
Text Example
Text Example
White with #3AB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB28C; }
p { color: rgb(58,178,140); }
H1.HeaderClassName
{
color: #3AB28C;
}
.AnyTagClassName
{
color: #3AB28C;
}
</style>
background-color css
<style>
a { background-color: #3AB28C; }
a { background-color: rgb(58,178,140); }
div.DivClassName
{
background-color: #3AB28C;
}
.BgClassName
{
background-color: #3AB28C;
}
</style>
border-color css
<style>
span { border-color: #3AB28C; }
span { border-color: rgb(58,178,140); }
td.TdClassName
{
border-color: #3AB28C;
}
.TagClassName
{
border-color: #3AB28C;
}
</style>