Shades of Dark Pastel Green #03A233
Tints of Dark Pastel Green #03A233
RGB
CMYK
RGB Variations
Color information
#03A233 (or 0x03A233) is known color: Dark Pastel Green. HEX triplet: 03, A2 and 33. RGB value is (3,162,51). Sum of RGB (Red+Green+Blue) = 3+162+51=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #03A233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A233 is #FC5DCC. Grayscale: #666666. Windows color (decimal): -16539085 or 3383811. OLE color: 3383811.
HSL color Cylindrical-coordinate representation of color #03A233: hue angle of 138.11º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A233 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 162 | 51 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.36 |
| HSL | 138.11º | 0.96% | 0.32% | - |
| HSV(B) | 138.11º | 0.98% | 0.64% | - |
| XYZ | 13.56 | 26.1 | 7.46 | - |
| YUV | 101.81 | 99.32 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 51 | 0.98 | 0 | 0.69 | 0.36 | 138.11 | 0.96 | 0.32 |
| Hex | 3 | A2 | 33 | 62 | 0 | 45 | 24 | 8A | 60 | 20 |
| Octal | 3 | 242 | 63 | 142 | 0 | 105 | 44 | 212 | 140 | 40 |
| Binary | 11 | 10100010 | 110011 | 1100010 | 0 | 1000101 | 100100 | 10001010 | 1100000 | 100000 |
Color Harmonies of #03A233
Complementary color
Monochromatic Colors of #03A233
Black with #03A233
Text Example
Text Example
White with #03A233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A233; }
p { color: rgb(3,162,51); }
H1.HeaderClassName
{
color: #03A233;
}
.AnyTagClassName
{
color: #03A233;
}
</style>
background-color css
<style>
a { background-color: #03A233; }
a { background-color: rgb(3,162,51); }
div.DivClassName
{
background-color: #03A233;
}
.BgClassName
{
background-color: #03A233;
}
</style>
border-color css
<style>
span { border-color: #03A233; }
span { border-color: rgb(3,162,51); }
td.TdClassName
{
border-color: #03A233;
}
.TagClassName
{
border-color: #03A233;
}
</style>