Shades of Dark Pastel Green #01992B
Tints of Dark Pastel Green #01992B
RGB
CMYK
RGB Variations
Color information
#01992B (or 0x01992B) is known color: Dark Pastel Green. HEX triplet: 01, 99 and 2B. RGB value is (1,153,43). Sum of RGB (Red+Green+Blue) = 1+153+43=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #01992B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01992B is #FE66D4. Grayscale: #5F5F5F. Windows color (decimal): -16672469 or 2857217. OLE color: 2857217.
HSL color Cylindrical-coordinate representation of color #01992B: hue angle of 136.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01992B is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 43 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.4 |
| HSL | 136.58º | 0.99% | 0.3% | - |
| HSV(B) | 136.58º | 0.99% | 0.6% | - |
| XYZ | 11.84 | 22.96 | 6.09 | - |
| YUV | 95.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 43 | 0.99 | 0 | 0.72 | 0.4 | 136.58 | 0.99 | 0.3 |
| Hex | 1 | 99 | 2B | 63 | 0 | 48 | 28 | 89 | 63 | 1E |
| Octal | 1 | 231 | 53 | 143 | 0 | 110 | 50 | 211 | 143 | 36 |
| Binary | 1 | 10011001 | 101011 | 1100011 | 0 | 1001000 | 101000 | 10001001 | 1100011 | 11110 |
Color Harmonies of #01992B
Complementary color
Monochromatic Colors of #01992B
Black with #01992B
Text Example
Text Example
White with #01992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01992B; }
p { color: rgb(1,153,43); }
H1.HeaderClassName
{
color: #01992B;
}
.AnyTagClassName
{
color: #01992B;
}
</style>
background-color css
<style>
a { background-color: #01992B; }
a { background-color: rgb(1,153,43); }
div.DivClassName
{
background-color: #01992B;
}
.BgClassName
{
background-color: #01992B;
}
</style>
border-color css
<style>
span { border-color: #01992B; }
span { border-color: rgb(1,153,43); }
td.TdClassName
{
border-color: #01992B;
}
.TagClassName
{
border-color: #01992B;
}
</style>