Shades of Green #038102
Tints of Green #038102
RGB
CMYK
RGB Variations
Color information
#038102 (or 0x038102) is known color: Green. HEX triplet: 03, 81 and 02. RGB value is (3,129,2). Sum of RGB (Red+Green+Blue) = 3+129+2=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 129 (50.78% from 255 or 96.27% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 129 - color contains mainly: green. Hex color #038102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038102 is #FC7EFD. Grayscale: #4D4D4D. Windows color (decimal): -16547582 or 164099. OLE color: 164099.
HSL color Cylindrical-coordinate representation of color #038102: hue angle of 119.53º degrees, saturation: 0.97, 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 #038102 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 2 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.49 |
| HSL | 119.53º | 0.97% | 0.26% | - |
| HSV(B) | 119.53º | 0.98% | 0.51% | - |
| XYZ | 7.9 | 15.72 | 2.68 | - |
| YUV | 76.85 | 85.76 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 2 | 0.98 | 0 | 0.98 | 0.49 | 119.53 | 0.97 | 0.26 |
| Hex | 3 | 81 | 2 | 62 | 0 | 62 | 31 | 78 | 61 | 1A |
| Octal | 3 | 201 | 2 | 142 | 0 | 142 | 61 | 170 | 141 | 32 |
| Binary | 11 | 10000001 | 10 | 1100010 | 0 | 1100010 | 110001 | 1111000 | 1100001 | 11010 |
Color Harmonies of #038102
Complementary color
Monochromatic Colors of #038102
Black with #038102
Text Example
Text Example
White with #038102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038102; }
p { color: rgb(3,129,2); }
H1.HeaderClassName
{
color: #038102;
}
.AnyTagClassName
{
color: #038102;
}
</style>
background-color css
<style>
a { background-color: #038102; }
a { background-color: rgb(3,129,2); }
div.DivClassName
{
background-color: #038102;
}
.BgClassName
{
background-color: #038102;
}
</style>
border-color css
<style>
span { border-color: #038102; }
span { border-color: rgb(3,129,2); }
td.TdClassName
{
border-color: #038102;
}
.TagClassName
{
border-color: #038102;
}
</style>