Shades of Dark Pastel Green #00AA33
Tints of Dark Pastel Green #00AA33
RGB
CMYK
RGB Variations
Color information
#00AA33 (or 0x00AA33) is known color: Dark Pastel Green. HEX triplet: 00, AA and 33. RGB value is (0,170,51). Sum of RGB (Red+Green+Blue) = 0+170+51=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 170 (66.80% from 255 or 76.92% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA33 is #FF55CC. Grayscale: #696969. Windows color (decimal): -16733645 or 3385856. OLE color: 3385856.
HSL color Cylindrical-coordinate representation of color #00AA33: hue angle of 138º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA33 is Cyan = 1, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 51 | - |
| CMYK | 1 | 0 | 0.7 | 0.33 |
| HSL | 138º | 1% | 0.33% | - |
| HSV(B) | 138º | 1% | 0.67% | - |
| XYZ | 14.97 | 28.99 | 7.94 | - |
| YUV | 105.6 | 97.18 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 51 | 1 | 0 | 0.7 | 0.33 | 138 | 1 | 0.33 |
| Hex | 0 | AA | 33 | 64 | 0 | 46 | 21 | 8A | 64 | 21 |
| Octal | 0 | 252 | 63 | 144 | 0 | 106 | 41 | 212 | 144 | 41 |
| Binary | 0 | 10101010 | 110011 | 1100100 | 0 | 1000110 | 100001 | 10001010 | 1100100 | 100001 |
Color Harmonies of #00AA33
Complementary color
Monochromatic Colors of #00AA33
Black with #00AA33
Text Example
Text Example
White with #00AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA33; }
p { color: rgb(0,170,51); }
H1.HeaderClassName
{
color: #00AA33;
}
.AnyTagClassName
{
color: #00AA33;
}
</style>
background-color css
<style>
a { background-color: #00AA33; }
a { background-color: rgb(0,170,51); }
div.DivClassName
{
background-color: #00AA33;
}
.BgClassName
{
background-color: #00AA33;
}
</style>
border-color css
<style>
span { border-color: #00AA33; }
span { border-color: rgb(0,170,51); }
td.TdClassName
{
border-color: #00AA33;
}
.TagClassName
{
border-color: #00AA33;
}
</style>