Shades of Jungle Green #38B18D
Tints of Jungle Green #38B18D
RGB
CMYK
RGB Variations
Color information
#38B18D (or 0x38B18D) is known color: Jungle Green. HEX triplet: 38, B1 and 8D. RGB value is (56,177,141). Sum of RGB (Red+Green+Blue) = 56+177+141=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #38B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B18D is #C74E72. Grayscale: #888888. Windows color (decimal): -13061747 or 9285944. OLE color: 9285944.
HSL color Cylindrical-coordinate representation of color #38B18D: hue angle of 162.15º 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 #38B18D is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 177 | 141 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.31 |
| HSL | 162.15º | 0.52% | 0.46% | - |
| HSV(B) | 162.15º | 0.68% | 0.69% | - |
| XYZ | 22.16 | 34.21 | 30.63 | - |
| YUV | 136.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 177 | 141 | 0.68 | 0 | 0.20 | 0.31 | 162.15 | 0.52 | 0.46 |
| Hex | 38 | B1 | 8D | 44 | 0 | 14 | 1F | A2 | 34 | 2E |
| Octal | 70 | 261 | 215 | 104 | 0 | 24 | 37 | 242 | 64 | 56 |
| Binary | 111000 | 10110001 | 10001101 | 1000100 | 0 | 10100 | 11111 | 10100010 | 110100 | 101110 |
Color Harmonies of #38B18D
Complementary color
Monochromatic Colors of #38B18D
Black with #38B18D
Text Example
Text Example
White with #38B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B18D; }
p { color: rgb(56,177,141); }
H1.HeaderClassName
{
color: #38B18D;
}
.AnyTagClassName
{
color: #38B18D;
}
</style>
background-color css
<style>
a { background-color: #38B18D; }
a { background-color: rgb(56,177,141); }
div.DivClassName
{
background-color: #38B18D;
}
.BgClassName
{
background-color: #38B18D;
}
</style>
border-color css
<style>
span { border-color: #38B18D; }
span { border-color: rgb(56,177,141); }
td.TdClassName
{
border-color: #38B18D;
}
.TagClassName
{
border-color: #38B18D;
}
</style>