Shades of Dark Pastel Green #0FB832
Tints of Dark Pastel Green #0FB832
RGB
CMYK
RGB Variations
Color information
#0FB832 (or 0x0FB832) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 32. RGB value is (15,184,50). Sum of RGB (Red+Green+Blue) = 15+184+50=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 184 (72.27% from 255 or 73.90% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB832 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB832 is #F047CD. Grayscale: #767676. Windows color (decimal): -15747022 or 3323919. OLE color: 3323919.
HSL color Cylindrical-coordinate representation of color #0FB832: hue angle of 132.43º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB832 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 50 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.28 |
| HSL | 132.43º | 0.85% | 0.39% | - |
| HSV(B) | 132.43º | 0.92% | 0.72% | - |
| XYZ | 17.91 | 34.61 | 8.75 | - |
| YUV | 118.19 | 89.51 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 50 | 0.92 | 0 | 0.73 | 0.28 | 132.43 | 0.85 | 0.39 |
| Hex | F | B8 | 32 | 5C | 0 | 49 | 1C | 84 | 55 | 27 |
| Octal | 17 | 270 | 62 | 134 | 0 | 111 | 34 | 204 | 125 | 47 |
| Binary | 1111 | 10111000 | 110010 | 1011100 | 0 | 1001001 | 11100 | 10000100 | 1010101 | 100111 |
Color Harmonies of #0FB832
Complementary color
Monochromatic Colors of #0FB832
Black with #0FB832
Text Example
Text Example
White with #0FB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB832; }
p { color: rgb(15,184,50); }
H1.HeaderClassName
{
color: #0FB832;
}
.AnyTagClassName
{
color: #0FB832;
}
</style>
background-color css
<style>
a { background-color: #0FB832; }
a { background-color: rgb(15,184,50); }
div.DivClassName
{
background-color: #0FB832;
}
.BgClassName
{
background-color: #0FB832;
}
</style>
border-color css
<style>
span { border-color: #0FB832; }
span { border-color: rgb(15,184,50); }
td.TdClassName
{
border-color: #0FB832;
}
.TagClassName
{
border-color: #0FB832;
}
</style>