Shades of Dark Pastel Green #039B2B
Tints of Dark Pastel Green #039B2B
RGB
CMYK
RGB Variations
Color information
#039B2B (or 0x039B2B) is known color: Dark Pastel Green. HEX triplet: 03, 9B and 2B. RGB value is (3,155,43). Sum of RGB (Red+Green+Blue) = 3+155+43=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 155 (60.94% from 255 or 77.11% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 155 - color contains mainly: green. Hex color #039B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039B2B is #FC64D4. Grayscale: #616161. Windows color (decimal): -16540885 or 2857731. OLE color: 2857731.
HSL color Cylindrical-coordinate representation of color #039B2B: hue angle of 135.79º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039B2B is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 43 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.39 |
| HSL | 135.79º | 0.96% | 0.31% | - |
| HSV(B) | 135.79º | 0.98% | 0.61% | - |
| XYZ | 12.19 | 23.64 | 6.21 | - |
| YUV | 96.78 | 97.64 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 43 | 0.98 | 0 | 0.72 | 0.39 | 135.79 | 0.96 | 0.31 |
| Hex | 3 | 9B | 2B | 62 | 0 | 48 | 27 | 88 | 60 | 1F |
| Octal | 3 | 233 | 53 | 142 | 0 | 110 | 47 | 210 | 140 | 37 |
| Binary | 11 | 10011011 | 101011 | 1100010 | 0 | 1001000 | 100111 | 10001000 | 1100000 | 11111 |
Color Harmonies of #039B2B
Complementary color
Monochromatic Colors of #039B2B
Black with #039B2B
Text Example
Text Example
White with #039B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B2B; }
p { color: rgb(3,155,43); }
H1.HeaderClassName
{
color: #039B2B;
}
.AnyTagClassName
{
color: #039B2B;
}
</style>
background-color css
<style>
a { background-color: #039B2B; }
a { background-color: rgb(3,155,43); }
div.DivClassName
{
background-color: #039B2B;
}
.BgClassName
{
background-color: #039B2B;
}
</style>
border-color css
<style>
span { border-color: #039B2B; }
span { border-color: rgb(3,155,43); }
td.TdClassName
{
border-color: #039B2B;
}
.TagClassName
{
border-color: #039B2B;
}
</style>