Shades of Dark Pastel Green #00B735
Tints of Dark Pastel Green #00B735
RGB
CMYK
RGB Variations
Color information
#00B735 (or 0x00B735) is known color: Dark Pastel Green. HEX triplet: 00, B7 and 35. RGB value is (0,183,53). Sum of RGB (Red+Green+Blue) = 0+183+53=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 183 (71.88% from 255 or 77.54% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 183 - color contains mainly: green. Hex color #00B735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B735 is #FF48CA. Grayscale: #717171. Windows color (decimal): -16730315 or 3520256. OLE color: 3520256.
HSL color Cylindrical-coordinate representation of color #00B735: hue angle of 137.38º 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 #00B735 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 53 | - |
| CMYK | 1 | 0 | 0.71 | 0.28 |
| HSL | 137.38º | 1% | 0.36% | - |
| HSV(B) | 137.38º | 1% | 0.72% | - |
| XYZ | 17.58 | 34.12 | 9.03 | - |
| YUV | 113.46 | 93.87 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 53 | 1 | 0 | 0.71 | 0.28 | 137.38 | 1 | 0.36 |
| Hex | 0 | B7 | 35 | 64 | 0 | 47 | 1C | 89 | 64 | 24 |
| Octal | 0 | 267 | 65 | 144 | 0 | 107 | 34 | 211 | 144 | 44 |
| Binary | 0 | 10110111 | 110101 | 1100100 | 0 | 1000111 | 11100 | 10001001 | 1100100 | 100100 |
Color Harmonies of #00B735
Complementary color
Monochromatic Colors of #00B735
Black with #00B735
Text Example
Text Example
White with #00B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B735; }
p { color: rgb(0,183,53); }
H1.HeaderClassName
{
color: #00B735;
}
.AnyTagClassName
{
color: #00B735;
}
</style>
background-color css
<style>
a { background-color: #00B735; }
a { background-color: rgb(0,183,53); }
div.DivClassName
{
background-color: #00B735;
}
.BgClassName
{
background-color: #00B735;
}
</style>
border-color css
<style>
span { border-color: #00B735; }
span { border-color: rgb(0,183,53); }
td.TdClassName
{
border-color: #00B735;
}
.TagClassName
{
border-color: #00B735;
}
</style>