Shades of Dark Pastel Green #01992A
Tints of Dark Pastel Green #01992A
RGB
CMYK
RGB Variations
Color information
#01992A (or 0x01992A) is known color: Dark Pastel Green. HEX triplet: 01, 99 and 2A. RGB value is (1,153,42). Sum of RGB (Red+Green+Blue) = 1+153+42=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 153 (60.16% from 255 or 78.06% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 153 - color contains mainly: green. Hex color #01992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01992A is #FE66D5. Grayscale: #5F5F5F. Windows color (decimal): -16672470 or 2791681. OLE color: 2791681.
HSL color Cylindrical-coordinate representation of color #01992A: hue angle of 136.18º 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 #01992A is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 42 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.4 |
| HSL | 136.18º | 0.99% | 0.3% | - |
| HSV(B) | 136.18º | 0.99% | 0.6% | - |
| XYZ | 11.82 | 22.96 | 6 | - |
| YUV | 94.9 | 98.14 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 42 | 0.99 | 0 | 0.73 | 0.4 | 136.18 | 0.99 | 0.3 |
| Hex | 1 | 99 | 2A | 63 | 0 | 49 | 28 | 88 | 63 | 1E |
| Octal | 1 | 231 | 52 | 143 | 0 | 111 | 50 | 210 | 143 | 36 |
| Binary | 1 | 10011001 | 101010 | 1100011 | 0 | 1001001 | 101000 | 10001000 | 1100011 | 11110 |
Color Harmonies of #01992A
Complementary color
Monochromatic Colors of #01992A
Black with #01992A
Text Example
Text Example
White with #01992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01992A; }
p { color: rgb(1,153,42); }
H1.HeaderClassName
{
color: #01992A;
}
.AnyTagClassName
{
color: #01992A;
}
</style>
background-color css
<style>
a { background-color: #01992A; }
a { background-color: rgb(1,153,42); }
div.DivClassName
{
background-color: #01992A;
}
.BgClassName
{
background-color: #01992A;
}
</style>
border-color css
<style>
span { border-color: #01992A; }
span { border-color: rgb(1,153,42); }
td.TdClassName
{
border-color: #01992A;
}
.TagClassName
{
border-color: #01992A;
}
</style>