Shades of Dark Pastel Green #00B838
Tints of Dark Pastel Green #00B838
RGB
CMYK
RGB Variations
Color information
#00B838 (or 0x00B838) is known color: Dark Pastel Green. HEX triplet: 00, B8 and 38. RGB value is (0,184,56). Sum of RGB (Red+Green+Blue) = 0+184+56=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 184 (72.27% from 255 or 76.67% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 184 - color contains mainly: green. Hex color #00B838 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B838 is #FF47C7. Grayscale: #727272. Windows color (decimal): -16730056 or 3717120. OLE color: 3717120.
HSL color Cylindrical-coordinate representation of color #00B838: hue angle of 138.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B838 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 56 | - |
| CMYK | 1 | 0 | 0.70 | 0.28 |
| HSL | 138.26º | 1% | 0.36% | - |
| HSV(B) | 138.26º | 1% | 0.72% | - |
| XYZ | 17.85 | 34.57 | 9.47 | - |
| YUV | 114.39 | 95.04 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 56 | 1 | 0 | 0.70 | 0.28 | 138.26 | 1 | 0.36 |
| Hex | 0 | B8 | 38 | 64 | 0 | 46 | 1C | 8A | 64 | 24 |
| Octal | 0 | 270 | 70 | 144 | 0 | 106 | 34 | 212 | 144 | 44 |
| Binary | 0 | 10111000 | 111000 | 1100100 | 0 | 1000110 | 11100 | 10001010 | 1100100 | 100100 |
Color Harmonies of #00B838
Complementary color
Monochromatic Colors of #00B838
Black with #00B838
Text Example
Text Example
White with #00B838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B838; }
p { color: rgb(0,184,56); }
H1.HeaderClassName
{
color: #00B838;
}
.AnyTagClassName
{
color: #00B838;
}
</style>
background-color css
<style>
a { background-color: #00B838; }
a { background-color: rgb(0,184,56); }
div.DivClassName
{
background-color: #00B838;
}
.BgClassName
{
background-color: #00B838;
}
</style>
border-color css
<style>
span { border-color: #00B838; }
span { border-color: rgb(0,184,56); }
td.TdClassName
{
border-color: #00B838;
}
.TagClassName
{
border-color: #00B838;
}
</style>