Shades of Dark Pastel Green #09BF2D
Tints of Dark Pastel Green #09BF2D
RGB
CMYK
RGB Variations
Color information
#09BF2D (or 0x09BF2D) is known color: Dark Pastel Green. HEX triplet: 09, BF and 2D. RGB value is (9,191,45). Sum of RGB (Red+Green+Blue) = 9+191+45=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BF2D is #F640D2. Grayscale: #787878. Windows color (decimal): -16138451 or 2998025. OLE color: 2998025.
HSL color Cylindrical-coordinate representation of color #09BF2D: hue angle of 131.87º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF2D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 45 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.25 |
| HSL | 131.87º | 0.91% | 0.39% | - |
| HSV(B) | 131.87º | 0.95% | 0.75% | - |
| XYZ | 19.22 | 37.51 | 8.71 | - |
| YUV | 119.94 | 85.7 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 45 | 0.95 | 0 | 0.76 | 0.25 | 131.87 | 0.91 | 0.39 |
| Hex | 9 | BF | 2D | 5F | 0 | 4C | 19 | 84 | 5B | 27 |
| Octal | 11 | 277 | 55 | 137 | 0 | 114 | 31 | 204 | 133 | 47 |
| Binary | 1001 | 10111111 | 101101 | 1011111 | 0 | 1001100 | 11001 | 10000100 | 1011011 | 100111 |
Color Harmonies of #09BF2D
Complementary color
Monochromatic Colors of #09BF2D
Black with #09BF2D
Text Example
Text Example
White with #09BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF2D; }
p { color: rgb(9,191,45); }
H1.HeaderClassName
{
color: #09BF2D;
}
.AnyTagClassName
{
color: #09BF2D;
}
</style>
background-color css
<style>
a { background-color: #09BF2D; }
a { background-color: rgb(9,191,45); }
div.DivClassName
{
background-color: #09BF2D;
}
.BgClassName
{
background-color: #09BF2D;
}
</style>
border-color css
<style>
span { border-color: #09BF2D; }
span { border-color: rgb(9,191,45); }
td.TdClassName
{
border-color: #09BF2D;
}
.TagClassName
{
border-color: #09BF2D;
}
</style>