Shades of Dark Pastel Green #03B934
Tints of Dark Pastel Green #03B934
RGB
CMYK
RGB Variations
Color information
#03B934 (or 0x03B934) is known color: Dark Pastel Green. HEX triplet: 03, B9 and 34. RGB value is (3,185,52). Sum of RGB (Red+Green+Blue) = 3+185+52=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 185 (72.66% from 255 or 77.08% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 185 - color contains mainly: green. Hex color #03B934 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B934 is #FC46CB. Grayscale: #737373. Windows color (decimal): -16533196 or 3455235. OLE color: 3455235.
HSL color Cylindrical-coordinate representation of color #03B934: hue angle of 136.15º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B934 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 185 | 52 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.27 |
| HSL | 136.15º | 0.97% | 0.37% | - |
| HSV(B) | 136.15º | 0.98% | 0.73% | - |
| XYZ | 18.01 | 34.97 | 9.05 | - |
| YUV | 115.42 | 92.2 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 185 | 52 | 0.98 | 0 | 0.72 | 0.27 | 136.15 | 0.97 | 0.37 |
| Hex | 3 | B9 | 34 | 62 | 0 | 48 | 1B | 88 | 61 | 25 |
| Octal | 3 | 271 | 64 | 142 | 0 | 110 | 33 | 210 | 141 | 45 |
| Binary | 11 | 10111001 | 110100 | 1100010 | 0 | 1001000 | 11011 | 10001000 | 1100001 | 100101 |
Color Harmonies of #03B934
Complementary color
Monochromatic Colors of #03B934
Black with #03B934
Text Example
Text Example
White with #03B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B934; }
p { color: rgb(3,185,52); }
H1.HeaderClassName
{
color: #03B934;
}
.AnyTagClassName
{
color: #03B934;
}
</style>
background-color css
<style>
a { background-color: #03B934; }
a { background-color: rgb(3,185,52); }
div.DivClassName
{
background-color: #03B934;
}
.BgClassName
{
background-color: #03B934;
}
</style>
border-color css
<style>
span { border-color: #03B934; }
span { border-color: rgb(3,185,52); }
td.TdClassName
{
border-color: #03B934;
}
.TagClassName
{
border-color: #03B934;
}
</style>