Shades of Dark Pastel Green #03B125
Tints of Dark Pastel Green #03B125
RGB
CMYK
RGB Variations
Color information
#03B125 (or 0x03B125) is known color: Dark Pastel Green. HEX triplet: 03, B1 and 25. RGB value is (3,177,37). Sum of RGB (Red+Green+Blue) = 3+177+37=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 177 (69.53% from 255 or 81.57% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 177 - color contains mainly: green. Hex color #03B125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B125 is #FC4EDA. Grayscale: #6D6D6D. Windows color (decimal): -16535259 or 2470147. OLE color: 2470147.
HSL color Cylindrical-coordinate representation of color #03B125: hue angle of 131.72º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B125 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 177 | 37 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.31 |
| HSL | 131.72º | 0.97% | 0.35% | - |
| HSV(B) | 131.72º | 0.98% | 0.69% | - |
| XYZ | 16.09 | 31.6 | 7 | - |
| YUV | 109.01 | 87.35 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 177 | 37 | 0.98 | 0 | 0.79 | 0.31 | 131.72 | 0.97 | 0.35 |
| Hex | 3 | B1 | 25 | 62 | 0 | 4F | 1F | 84 | 61 | 23 |
| Octal | 3 | 261 | 45 | 142 | 0 | 117 | 37 | 204 | 141 | 43 |
| Binary | 11 | 10110001 | 100101 | 1100010 | 0 | 1001111 | 11111 | 10000100 | 1100001 | 100011 |
Color Harmonies of #03B125
Complementary color
Monochromatic Colors of #03B125
Black with #03B125
Text Example
Text Example
White with #03B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B125; }
p { color: rgb(3,177,37); }
H1.HeaderClassName
{
color: #03B125;
}
.AnyTagClassName
{
color: #03B125;
}
</style>
background-color css
<style>
a { background-color: #03B125; }
a { background-color: rgb(3,177,37); }
div.DivClassName
{
background-color: #03B125;
}
.BgClassName
{
background-color: #03B125;
}
</style>
border-color css
<style>
span { border-color: #03B125; }
span { border-color: rgb(3,177,37); }
td.TdClassName
{
border-color: #03B125;
}
.TagClassName
{
border-color: #03B125;
}
</style>