Shades of Dark Pastel Green #23AB40
Tints of Dark Pastel Green #23AB40
RGB
CMYK
RGB Variations
Color information
#23AB40 (or 0x23AB40) is known color: Dark Pastel Green. HEX triplet: 23, AB and 40. RGB value is (35,171,64). Sum of RGB (Red+Green+Blue) = 35+171+64=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AB40 is #DC54BF. Grayscale: #767676. Windows color (decimal): -14439616 or 4238115. OLE color: 4238115.
HSL color Cylindrical-coordinate representation of color #23AB40: hue angle of 132.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AB40 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 64 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.33 |
| HSL | 132.79º | 0.66% | 0.4% | - |
| HSV(B) | 132.79º | 0.8% | 0.67% | - |
| XYZ | 16.18 | 29.85 | 9.76 | - |
| YUV | 118.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 64 | 0.80 | 0 | 0.63 | 0.33 | 132.79 | 0.66 | 0.4 |
| Hex | 23 | AB | 40 | 50 | 0 | 3F | 21 | 85 | 42 | 28 |
| Octal | 43 | 253 | 100 | 120 | 0 | 77 | 41 | 205 | 102 | 50 |
| Binary | 100011 | 10101011 | 1000000 | 1010000 | 0 | 111111 | 100001 | 10000101 | 1000010 | 101000 |
Color Harmonies of #23AB40
Complementary color
Monochromatic Colors of #23AB40
Black with #23AB40
Text Example
Text Example
White with #23AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB40; }
p { color: rgb(35,171,64); }
H1.HeaderClassName
{
color: #23AB40;
}
.AnyTagClassName
{
color: #23AB40;
}
</style>
background-color css
<style>
a { background-color: #23AB40; }
a { background-color: rgb(35,171,64); }
div.DivClassName
{
background-color: #23AB40;
}
.BgClassName
{
background-color: #23AB40;
}
</style>
border-color css
<style>
span { border-color: #23AB40; }
span { border-color: rgb(35,171,64); }
td.TdClassName
{
border-color: #23AB40;
}
.TagClassName
{
border-color: #23AB40;
}
</style>