Shades of Jungle Green #38B18A
Tints of Jungle Green #38B18A
RGB
CMYK
RGB Variations
Color information
#38B18A (or 0x38B18A) is known color: Jungle Green. HEX triplet: 38, B1 and 8A. RGB value is (56,177,138). Sum of RGB (Red+Green+Blue) = 56+177+138=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #38B18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B18A is #C74E75. Grayscale: #888888. Windows color (decimal): -13061750 or 9089336. OLE color: 9089336.
HSL color Cylindrical-coordinate representation of color #38B18A: hue angle of 160.66º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B18A is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 177 | 138 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.31 |
| HSL | 160.66º | 0.52% | 0.46% | - |
| HSV(B) | 160.66º | 0.68% | 0.69% | - |
| XYZ | 21.94 | 34.12 | 29.47 | - |
| YUV | 136.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 177 | 138 | 0.68 | 0 | 0.22 | 0.31 | 160.66 | 0.52 | 0.46 |
| Hex | 38 | B1 | 8A | 44 | 0 | 16 | 1F | A1 | 34 | 2E |
| Octal | 70 | 261 | 212 | 104 | 0 | 26 | 37 | 241 | 64 | 56 |
| Binary | 111000 | 10110001 | 10001010 | 1000100 | 0 | 10110 | 11111 | 10100001 | 110100 | 101110 |
Color Harmonies of #38B18A
Complementary color
Monochromatic Colors of #38B18A
Black with #38B18A
Text Example
Text Example
White with #38B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B18A; }
p { color: rgb(56,177,138); }
H1.HeaderClassName
{
color: #38B18A;
}
.AnyTagClassName
{
color: #38B18A;
}
</style>
background-color css
<style>
a { background-color: #38B18A; }
a { background-color: rgb(56,177,138); }
div.DivClassName
{
background-color: #38B18A;
}
.BgClassName
{
background-color: #38B18A;
}
</style>
border-color css
<style>
span { border-color: #38B18A; }
span { border-color: rgb(56,177,138); }
td.TdClassName
{
border-color: #38B18A;
}
.TagClassName
{
border-color: #38B18A;
}
</style>