Shades of Dark Pastel Green #23AD41
Tints of Dark Pastel Green #23AD41
RGB
CMYK
RGB Variations
Color information
#23AD41 (or 0x23AD41) is known color: Dark Pastel Green. HEX triplet: 23, AD and 41. RGB value is (35,173,65). Sum of RGB (Red+Green+Blue) = 35+173+65=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AD41 is #DC52BE. Grayscale: #777777. Windows color (decimal): -14439103 or 4304163. OLE color: 4304163.
HSL color Cylindrical-coordinate representation of color #23AD41: hue angle of 133.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AD41 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 65 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.32 |
| HSL | 133.04º | 0.66% | 0.41% | - |
| HSV(B) | 133.04º | 0.8% | 0.68% | - |
| XYZ | 16.59 | 30.63 | 10.04 | - |
| YUV | 119.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 65 | 0.80 | 0 | 0.62 | 0.32 | 133.04 | 0.66 | 0.41 |
| Hex | 23 | AD | 41 | 50 | 0 | 3E | 20 | 85 | 42 | 29 |
| Octal | 43 | 255 | 101 | 120 | 0 | 76 | 40 | 205 | 102 | 51 |
| Binary | 100011 | 10101101 | 1000001 | 1010000 | 0 | 111110 | 100000 | 10000101 | 1000010 | 101001 |
Color Harmonies of #23AD41
Complementary color
Monochromatic Colors of #23AD41
Black with #23AD41
Text Example
Text Example
White with #23AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD41; }
p { color: rgb(35,173,65); }
H1.HeaderClassName
{
color: #23AD41;
}
.AnyTagClassName
{
color: #23AD41;
}
</style>
background-color css
<style>
a { background-color: #23AD41; }
a { background-color: rgb(35,173,65); }
div.DivClassName
{
background-color: #23AD41;
}
.BgClassName
{
background-color: #23AD41;
}
</style>
border-color css
<style>
span { border-color: #23AD41; }
span { border-color: rgb(35,173,65); }
td.TdClassName
{
border-color: #23AD41;
}
.TagClassName
{
border-color: #23AD41;
}
</style>