Shades of Green #138B08
Tints of Green #138B08
RGB
CMYK
RGB Variations
Color information
#138B08 (or 0x138B08) is known color: Green. HEX triplet: 13, 8B and 08. RGB value is (19,139,8). Sum of RGB (Red+Green+Blue) = 19+139+8=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 139 (54.69% from 255 or 83.73% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 139 - color contains mainly: green. Hex color #138B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138B08 is #EC74F7. Grayscale: #585858. Windows color (decimal): -15496440 or 559891. OLE color: 559891.
HSL color Cylindrical-coordinate representation of color #138B08: hue angle of 114.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #138B08 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 8 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.45 |
| HSL | 114.96º | 0.89% | 0.29% | - |
| HSV(B) | 114.96º | 0.94% | 0.55% | - |
| XYZ | 9.55 | 18.62 | 3.32 | - |
| YUV | 88.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 8 | 0.86 | 0 | 0.94 | 0.45 | 114.96 | 0.89 | 0.29 |
| Hex | 13 | 8B | 8 | 56 | 0 | 5E | 2D | 73 | 59 | 1D |
| Octal | 23 | 213 | 10 | 126 | 0 | 136 | 55 | 163 | 131 | 35 |
| Binary | 10011 | 10001011 | 1000 | 1010110 | 0 | 1011110 | 101101 | 1110011 | 1011001 | 11101 |
Color Harmonies of #138B08
Complementary color
Monochromatic Colors of #138B08
Black with #138B08
Text Example
Text Example
White with #138B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B08; }
p { color: rgb(19,139,8); }
H1.HeaderClassName
{
color: #138B08;
}
.AnyTagClassName
{
color: #138B08;
}
</style>
background-color css
<style>
a { background-color: #138B08; }
a { background-color: rgb(19,139,8); }
div.DivClassName
{
background-color: #138B08;
}
.BgClassName
{
background-color: #138B08;
}
</style>
border-color css
<style>
span { border-color: #138B08; }
span { border-color: rgb(19,139,8); }
td.TdClassName
{
border-color: #138B08;
}
.TagClassName
{
border-color: #138B08;
}
</style>