Shades of Dark Pastel Green #00BA38
Tints of Dark Pastel Green #00BA38
RGB
CMYK
RGB Variations
Color information
#00BA38 (or 0x00BA38) is known color: Dark Pastel Green. HEX triplet: 00, BA and 38. RGB value is (0,186,56). Sum of RGB (Red+Green+Blue) = 0+186+56=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BA38 is #FF45C7. Grayscale: #737373. Windows color (decimal): -16729544 or 3717632. OLE color: 3717632.
HSL color Cylindrical-coordinate representation of color #00BA38: hue angle of 138.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA38 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 56 | - |
| CMYK | 1 | 0 | 0.70 | 0.27 |
| HSL | 138.06º | 1% | 0.36% | - |
| HSV(B) | 138.06º | 1% | 0.73% | - |
| XYZ | 18.27 | 35.4 | 9.61 | - |
| YUV | 115.57 | 94.38 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 56 | 1 | 0 | 0.70 | 0.27 | 138.06 | 1 | 0.36 |
| Hex | 0 | BA | 38 | 64 | 0 | 46 | 1B | 8A | 64 | 24 |
| Octal | 0 | 272 | 70 | 144 | 0 | 106 | 33 | 212 | 144 | 44 |
| Binary | 0 | 10111010 | 111000 | 1100100 | 0 | 1000110 | 11011 | 10001010 | 1100100 | 100100 |
Color Harmonies of #00BA38
Complementary color
Monochromatic Colors of #00BA38
Black with #00BA38
Text Example
Text Example
White with #00BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA38; }
p { color: rgb(0,186,56); }
H1.HeaderClassName
{
color: #00BA38;
}
.AnyTagClassName
{
color: #00BA38;
}
</style>
background-color css
<style>
a { background-color: #00BA38; }
a { background-color: rgb(0,186,56); }
div.DivClassName
{
background-color: #00BA38;
}
.BgClassName
{
background-color: #00BA38;
}
</style>
border-color css
<style>
span { border-color: #00BA38; }
span { border-color: rgb(0,186,56); }
td.TdClassName
{
border-color: #00BA38;
}
.TagClassName
{
border-color: #00BA38;
}
</style>