Shades of Dark Pastel Green #04B935
Tints of Dark Pastel Green #04B935
RGB
CMYK
RGB Variations
Color information
#04B935 (or 0x04B935) is known color: Dark Pastel Green. HEX triplet: 04, B9 and 35. RGB value is (4,185,53). Sum of RGB (Red+Green+Blue) = 4+185+53=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 185 (72.66% from 255 or 76.45% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 185 - color contains mainly: green. Hex color #04B935 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B935 is #FB46CA. Grayscale: #747474. Windows color (decimal): -16467659 or 3520772. OLE color: 3520772.
HSL color Cylindrical-coordinate representation of color #04B935: hue angle of 136.24º degrees, saturation: 0.96, 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 #04B935 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 185 | 53 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.27 |
| HSL | 136.24º | 0.96% | 0.37% | - |
| HSV(B) | 136.24º | 0.98% | 0.73% | - |
| XYZ | 18.04 | 34.98 | 9.17 | - |
| YUV | 115.83 | 92.53 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 53 | 0.98 | 0 | 0.71 | 0.27 | 136.24 | 0.96 | 0.37 |
| Hex | 4 | B9 | 35 | 62 | 0 | 47 | 1B | 88 | 60 | 25 |
| Octal | 4 | 271 | 65 | 142 | 0 | 107 | 33 | 210 | 140 | 45 |
| Binary | 100 | 10111001 | 110101 | 1100010 | 0 | 1000111 | 11011 | 10001000 | 1100000 | 100101 |
Color Harmonies of #04B935
Complementary color
Monochromatic Colors of #04B935
Black with #04B935
Text Example
Text Example
White with #04B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B935; }
p { color: rgb(4,185,53); }
H1.HeaderClassName
{
color: #04B935;
}
.AnyTagClassName
{
color: #04B935;
}
</style>
background-color css
<style>
a { background-color: #04B935; }
a { background-color: rgb(4,185,53); }
div.DivClassName
{
background-color: #04B935;
}
.BgClassName
{
background-color: #04B935;
}
</style>
border-color css
<style>
span { border-color: #04B935; }
span { border-color: rgb(4,185,53); }
td.TdClassName
{
border-color: #04B935;
}
.TagClassName
{
border-color: #04B935;
}
</style>