Shades of Dark Pastel Green #23AA3A
Tints of Dark Pastel Green #23AA3A
RGB
CMYK
RGB Variations
Color information
#23AA3A (or 0x23AA3A) is known color: Dark Pastel Green. HEX triplet: 23, AA and 3A. RGB value is (35,170,58). Sum of RGB (Red+Green+Blue) = 35+170+58=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AA3A is #DC55C5. Grayscale: #757575. Windows color (decimal): -14439878 or 3844643. OLE color: 3844643.
HSL color Cylindrical-coordinate representation of color #23AA3A: hue angle of 130.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA3A is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 58 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.33 |
| HSL | 130.22º | 0.66% | 0.4% | - |
| HSV(B) | 130.22º | 0.79% | 0.67% | - |
| XYZ | 15.83 | 29.41 | 8.85 | - |
| YUV | 116.87 | 94.77 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 58 | 0.79 | 0 | 0.66 | 0.33 | 130.22 | 0.66 | 0.4 |
| Hex | 23 | AA | 3A | 4F | 0 | 42 | 21 | 82 | 42 | 28 |
| Octal | 43 | 252 | 72 | 117 | 0 | 102 | 41 | 202 | 102 | 50 |
| Binary | 100011 | 10101010 | 111010 | 1001111 | 0 | 1000010 | 100001 | 10000010 | 1000010 | 101000 |
Color Harmonies of #23AA3A
Complementary color
Monochromatic Colors of #23AA3A
Black with #23AA3A
Text Example
Text Example
White with #23AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA3A; }
p { color: rgb(35,170,58); }
H1.HeaderClassName
{
color: #23AA3A;
}
.AnyTagClassName
{
color: #23AA3A;
}
</style>
background-color css
<style>
a { background-color: #23AA3A; }
a { background-color: rgb(35,170,58); }
div.DivClassName
{
background-color: #23AA3A;
}
.BgClassName
{
background-color: #23AA3A;
}
</style>
border-color css
<style>
span { border-color: #23AA3A; }
span { border-color: rgb(35,170,58); }
td.TdClassName
{
border-color: #23AA3A;
}
.TagClassName
{
border-color: #23AA3A;
}
</style>