Shades of Jungle Green #38AF8C
Tints of Jungle Green #38AF8C
RGB
CMYK
RGB Variations
Color information
#38AF8C (or 0x38AF8C) is known color: Jungle Green. HEX triplet: 38, AF and 8C. RGB value is (56,175,140). Sum of RGB (Red+Green+Blue) = 56+175+140=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF8C is #C75073. Grayscale: #878787. Windows color (decimal): -13062260 or 9219896. OLE color: 9219896.
HSL color Cylindrical-coordinate representation of color #38AF8C: hue angle of 162.35º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF8C is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 140 | - |
| CMYK | 0.68 | 0 | 0.2 | 0.31 |
| HSL | 162.35º | 0.52% | 0.45% | - |
| HSV(B) | 162.35º | 0.68% | 0.69% | - |
| XYZ | 21.69 | 33.39 | 30.11 | - |
| YUV | 135.43 | 130.58 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 140 | 0.68 | 0 | 0.2 | 0.31 | 162.35 | 0.52 | 0.45 |
| Hex | 38 | AF | 8C | 44 | 0 | 14 | 1F | A2 | 34 | 2D |
| Octal | 70 | 257 | 214 | 104 | 0 | 24 | 37 | 242 | 64 | 55 |
| Binary | 111000 | 10101111 | 10001100 | 1000100 | 0 | 10100 | 11111 | 10100010 | 110100 | 101101 |
Color Harmonies of #38AF8C
Complementary color
Monochromatic Colors of #38AF8C
Black with #38AF8C
Text Example
Text Example
White with #38AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AF8C; }
p { color: rgb(56,175,140); }
H1.HeaderClassName
{
color: #38AF8C;
}
.AnyTagClassName
{
color: #38AF8C;
}
</style>
background-color css
<style>
a { background-color: #38AF8C; }
a { background-color: rgb(56,175,140); }
div.DivClassName
{
background-color: #38AF8C;
}
.BgClassName
{
background-color: #38AF8C;
}
</style>
border-color css
<style>
span { border-color: #38AF8C; }
span { border-color: rgb(56,175,140); }
td.TdClassName
{
border-color: #38AF8C;
}
.TagClassName
{
border-color: #38AF8C;
}
</style>