Shades of Dark Pastel Green #03B22E
Tints of Dark Pastel Green #03B22E
RGB
CMYK
RGB Variations
Color information
#03B22E (or 0x03B22E) is known color: Dark Pastel Green. HEX triplet: 03, B2 and 2E. RGB value is (3,178,46). Sum of RGB (Red+Green+Blue) = 3+178+46=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #03B22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B22E is #FC4DD1. Grayscale: #6E6E6E. Windows color (decimal): -16534994 or 3060227. OLE color: 3060227.
HSL color Cylindrical-coordinate representation of color #03B22E: hue angle of 134.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B22E is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 178 | 46 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.30 |
| HSL | 134.74º | 0.97% | 0.35% | - |
| HSV(B) | 134.74º | 0.98% | 0.7% | - |
| XYZ | 16.45 | 32.06 | 7.91 | - |
| YUV | 110.63 | 91.52 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 46 | 0.98 | 0 | 0.74 | 0.30 | 134.74 | 0.97 | 0.35 |
| Hex | 3 | B2 | 2E | 62 | 0 | 4A | 1E | 87 | 61 | 23 |
| Octal | 3 | 262 | 56 | 142 | 0 | 112 | 36 | 207 | 141 | 43 |
| Binary | 11 | 10110010 | 101110 | 1100010 | 0 | 1001010 | 11110 | 10000111 | 1100001 | 100011 |
Color Harmonies of #03B22E
Complementary color
Monochromatic Colors of #03B22E
Black with #03B22E
Text Example
Text Example
White with #03B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B22E; }
p { color: rgb(3,178,46); }
H1.HeaderClassName
{
color: #03B22E;
}
.AnyTagClassName
{
color: #03B22E;
}
</style>
background-color css
<style>
a { background-color: #03B22E; }
a { background-color: rgb(3,178,46); }
div.DivClassName
{
background-color: #03B22E;
}
.BgClassName
{
background-color: #03B22E;
}
</style>
border-color css
<style>
span { border-color: #03B22E; }
span { border-color: rgb(3,178,46); }
td.TdClassName
{
border-color: #03B22E;
}
.TagClassName
{
border-color: #03B22E;
}
</style>