Shades of Jungle Green #38B085
Tints of Jungle Green #38B085
RGB
CMYK
RGB Variations
Color information
#38B085 (or 0x38B085) is known color: Jungle Green. HEX triplet: 38, B0 and 85. RGB value is (56,176,133). Sum of RGB (Red+Green+Blue) = 56+176+133=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #38B085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B085 is #C74F7A. Grayscale: #878787. Windows color (decimal): -13062011 or 8761400. OLE color: 8761400.
HSL color Cylindrical-coordinate representation of color #38B085: hue angle of 158.5º 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 #38B085 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 176 | 133 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.31 |
| HSL | 158.5º | 0.52% | 0.45% | - |
| HSV(B) | 158.5º | 0.68% | 0.69% | - |
| XYZ | 21.39 | 33.58 | 27.55 | - |
| YUV | 135.22 | 126.74 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 133 | 0.68 | 0 | 0.24 | 0.31 | 158.5 | 0.52 | 0.45 |
| Hex | 38 | B0 | 85 | 44 | 0 | 18 | 1F | 9E | 34 | 2D |
| Octal | 70 | 260 | 205 | 104 | 0 | 30 | 37 | 236 | 64 | 55 |
| Binary | 111000 | 10110000 | 10000101 | 1000100 | 0 | 11000 | 11111 | 10011110 | 110100 | 101101 |
Color Harmonies of #38B085
Complementary color
Monochromatic Colors of #38B085
Black with #38B085
Text Example
Text Example
White with #38B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B085; }
p { color: rgb(56,176,133); }
H1.HeaderClassName
{
color: #38B085;
}
.AnyTagClassName
{
color: #38B085;
}
</style>
background-color css
<style>
a { background-color: #38B085; }
a { background-color: rgb(56,176,133); }
div.DivClassName
{
background-color: #38B085;
}
.BgClassName
{
background-color: #38B085;
}
</style>
border-color css
<style>
span { border-color: #38B085; }
span { border-color: rgb(56,176,133); }
td.TdClassName
{
border-color: #38B085;
}
.TagClassName
{
border-color: #38B085;
}
</style>