Shades of Green #038218
Tints of Green #038218
RGB
CMYK
RGB Variations
Color information
#038218 (or 0x038218) is known color: Green. HEX triplet: 03, 82 and 18. RGB value is (3,130,24). Sum of RGB (Red+Green+Blue) = 3+130+24=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #038218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038218 is #FC7DE7. Grayscale: #505050. Windows color (decimal): -16547304 or 1606147. OLE color: 1606147.
HSL color Cylindrical-coordinate representation of color #038218: hue angle of 129.92º 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 #038218 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 24 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.49 |
| HSL | 129.92º | 0.95% | 0.26% | - |
| HSV(B) | 129.92º | 0.98% | 0.51% | - |
| XYZ | 8.19 | 16.05 | 3.53 | - |
| YUV | 79.94 | 96.42 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 24 | 0.98 | 0 | 0.82 | 0.49 | 129.92 | 0.95 | 0.26 |
| Hex | 3 | 82 | 18 | 62 | 0 | 52 | 31 | 82 | 5F | 1A |
| Octal | 3 | 202 | 30 | 142 | 0 | 122 | 61 | 202 | 137 | 32 |
| Binary | 11 | 10000010 | 11000 | 1100010 | 0 | 1010010 | 110001 | 10000010 | 1011111 | 11010 |
Color Harmonies of #038218
Complementary color
Monochromatic Colors of #038218
Black with #038218
Text Example
Text Example
White with #038218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038218; }
p { color: rgb(3,130,24); }
H1.HeaderClassName
{
color: #038218;
}
.AnyTagClassName
{
color: #038218;
}
</style>
background-color css
<style>
a { background-color: #038218; }
a { background-color: rgb(3,130,24); }
div.DivClassName
{
background-color: #038218;
}
.BgClassName
{
background-color: #038218;
}
</style>
border-color css
<style>
span { border-color: #038218; }
span { border-color: rgb(3,130,24); }
td.TdClassName
{
border-color: #038218;
}
.TagClassName
{
border-color: #038218;
}
</style>