Shades of Green #038215
Tints of Green #038215
RGB
CMYK
RGB Variations
Color information
#038215 (or 0x038215) is known color: Green. HEX triplet: 03, 82 and 15. RGB value is (3,130,21). Sum of RGB (Red+Green+Blue) = 3+130+21=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #038215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038215 is #FC7DEA. Grayscale: #4F4F4F. Windows color (decimal): -16547307 or 1409539. OLE color: 1409539.
HSL color Cylindrical-coordinate representation of color #038215: hue angle of 128.5º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038215 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 21 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.49 |
| HSL | 128.5º | 0.95% | 0.26% | - |
| HSV(B) | 128.5º | 0.98% | 0.51% | - |
| XYZ | 8.16 | 16.04 | 3.38 | - |
| YUV | 79.6 | 94.92 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 21 | 0.98 | 0 | 0.84 | 0.49 | 128.5 | 0.95 | 0.26 |
| Hex | 3 | 82 | 15 | 62 | 0 | 54 | 31 | 81 | 5F | 1A |
| Octal | 3 | 202 | 25 | 142 | 0 | 124 | 61 | 201 | 137 | 32 |
| Binary | 11 | 10000010 | 10101 | 1100010 | 0 | 1010100 | 110001 | 10000001 | 1011111 | 11010 |
Color Harmonies of #038215
Complementary color
Monochromatic Colors of #038215
Black with #038215
Text Example
Text Example
White with #038215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038215; }
p { color: rgb(3,130,21); }
H1.HeaderClassName
{
color: #038215;
}
.AnyTagClassName
{
color: #038215;
}
</style>
background-color css
<style>
a { background-color: #038215; }
a { background-color: rgb(3,130,21); }
div.DivClassName
{
background-color: #038215;
}
.BgClassName
{
background-color: #038215;
}
</style>
border-color css
<style>
span { border-color: #038215; }
span { border-color: rgb(3,130,21); }
td.TdClassName
{
border-color: #038215;
}
.TagClassName
{
border-color: #038215;
}
</style>