Shades of Dark Pastel Green #23AA3C
Tints of Dark Pastel Green #23AA3C
RGB
CMYK
RGB Variations
Color information
#23AA3C (or 0x23AA3C) is known color: Dark Pastel Green. HEX triplet: 23, AA and 3C. RGB value is (35,170,60). Sum of RGB (Red+Green+Blue) = 35+170+60=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AA3C is #DC55C3. Grayscale: #757575. Windows color (decimal): -14439876 or 3975715. OLE color: 3975715.
HSL color Cylindrical-coordinate representation of color #23AA3C: hue angle of 131.11º 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 #23AA3C is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 60 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.33 |
| HSL | 131.11º | 0.66% | 0.4% | - |
| HSV(B) | 131.11º | 0.79% | 0.67% | - |
| XYZ | 15.88 | 29.43 | 9.12 | - |
| YUV | 117.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 60 | 0.79 | 0 | 0.65 | 0.33 | 131.11 | 0.66 | 0.4 |
| Hex | 23 | AA | 3C | 4F | 0 | 41 | 21 | 83 | 42 | 28 |
| Octal | 43 | 252 | 74 | 117 | 0 | 101 | 41 | 203 | 102 | 50 |
| Binary | 100011 | 10101010 | 111100 | 1001111 | 0 | 1000001 | 100001 | 10000011 | 1000010 | 101000 |
Color Harmonies of #23AA3C
Complementary color
Monochromatic Colors of #23AA3C
Black with #23AA3C
Text Example
Text Example
White with #23AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA3C; }
p { color: rgb(35,170,60); }
H1.HeaderClassName
{
color: #23AA3C;
}
.AnyTagClassName
{
color: #23AA3C;
}
</style>
background-color css
<style>
a { background-color: #23AA3C; }
a { background-color: rgb(35,170,60); }
div.DivClassName
{
background-color: #23AA3C;
}
.BgClassName
{
background-color: #23AA3C;
}
</style>
border-color css
<style>
span { border-color: #23AA3C; }
span { border-color: rgb(35,170,60); }
td.TdClassName
{
border-color: #23AA3C;
}
.TagClassName
{
border-color: #23AA3C;
}
</style>