Shades of Jungle Green #33AE8A
Tints of Jungle Green #33AE8A
RGB
CMYK
RGB Variations
Color information
#33AE8A (or 0x33AE8A) is known color: Jungle Green. HEX triplet: 33, AE and 8A. RGB value is (51,174,138). Sum of RGB (Red+Green+Blue) = 51+174+138=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #33AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AE8A is #CC5175. Grayscale: #858585. Windows color (decimal): -13390198 or 9088563. OLE color: 9088563.
HSL color Cylindrical-coordinate representation of color #33AE8A: hue angle of 162.44º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AE8A is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 174 | 138 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.32 |
| HSL | 162.44º | 0.55% | 0.44% | - |
| HSV(B) | 162.44º | 0.71% | 0.68% | - |
| XYZ | 21.09 | 32.81 | 29.27 | - |
| YUV | 133.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 174 | 138 | 0.71 | 0 | 0.21 | 0.32 | 162.44 | 0.55 | 0.44 |
| Hex | 33 | AE | 8A | 47 | 0 | 15 | 20 | A2 | 37 | 2C |
| Octal | 63 | 256 | 212 | 107 | 0 | 25 | 40 | 242 | 67 | 54 |
| Binary | 110011 | 10101110 | 10001010 | 1000111 | 0 | 10101 | 100000 | 10100010 | 110111 | 101100 |
Color Harmonies of #33AE8A
Complementary color
Monochromatic Colors of #33AE8A
Black with #33AE8A
Text Example
Text Example
White with #33AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AE8A; }
p { color: rgb(51,174,138); }
H1.HeaderClassName
{
color: #33AE8A;
}
.AnyTagClassName
{
color: #33AE8A;
}
</style>
background-color css
<style>
a { background-color: #33AE8A; }
a { background-color: rgb(51,174,138); }
div.DivClassName
{
background-color: #33AE8A;
}
.BgClassName
{
background-color: #33AE8A;
}
</style>
border-color css
<style>
span { border-color: #33AE8A; }
span { border-color: rgb(51,174,138); }
td.TdClassName
{
border-color: #33AE8A;
}
.TagClassName
{
border-color: #33AE8A;
}
</style>