Shades of Green #038C18
Tints of Green #038C18
RGB
CMYK
RGB Variations
Color information
#038C18 (or 0x038C18) is known color: Green. HEX triplet: 03, 8C and 18. RGB value is (3,140,24). Sum of RGB (Red+Green+Blue) = 3+140+24=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 140 (55.08% from 255 or 83.83% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 140 - color contains mainly: green. Hex color #038C18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038C18 is #FC73E7. Grayscale: #565656. Windows color (decimal): -16544744 or 1608707. OLE color: 1608707.
HSL color Cylindrical-coordinate representation of color #038C18: hue angle of 129.2º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C18 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 24 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.45 |
| HSL | 129.2º | 0.96% | 0.28% | - |
| HSV(B) | 129.2º | 0.98% | 0.55% | - |
| XYZ | 9.58 | 18.84 | 4 | - |
| YUV | 85.81 | 93.11 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 24 | 0.98 | 0 | 0.83 | 0.45 | 129.2 | 0.96 | 0.28 |
| Hex | 3 | 8C | 18 | 62 | 0 | 53 | 2D | 81 | 60 | 1C |
| Octal | 3 | 214 | 30 | 142 | 0 | 123 | 55 | 201 | 140 | 34 |
| Binary | 11 | 10001100 | 11000 | 1100010 | 0 | 1010011 | 101101 | 10000001 | 1100000 | 11100 |
Color Harmonies of #038C18
Complementary color
Monochromatic Colors of #038C18
Black with #038C18
Text Example
Text Example
White with #038C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C18; }
p { color: rgb(3,140,24); }
H1.HeaderClassName
{
color: #038C18;
}
.AnyTagClassName
{
color: #038C18;
}
</style>
background-color css
<style>
a { background-color: #038C18; }
a { background-color: rgb(3,140,24); }
div.DivClassName
{
background-color: #038C18;
}
.BgClassName
{
background-color: #038C18;
}
</style>
border-color css
<style>
span { border-color: #038C18; }
span { border-color: rgb(3,140,24); }
td.TdClassName
{
border-color: #038C18;
}
.TagClassName
{
border-color: #038C18;
}
</style>