Shades of Dark Pastel Green #23AD42
Tints of Dark Pastel Green #23AD42
RGB
CMYK
RGB Variations
Color information
#23AD42 (or 0x23AD42) is known color: Dark Pastel Green. HEX triplet: 23, AD and 42. RGB value is (35,173,66). Sum of RGB (Red+Green+Blue) = 35+173+66=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AD42 is #DC52BD. Grayscale: #777777. Windows color (decimal): -14439102 or 4369699. OLE color: 4369699.
HSL color Cylindrical-coordinate representation of color #23AD42: hue angle of 133.48º 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 #23AD42 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 66 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.32 |
| HSL | 133.48º | 0.66% | 0.41% | - |
| HSV(B) | 133.48º | 0.8% | 0.68% | - |
| XYZ | 16.62 | 30.64 | 10.19 | - |
| YUV | 119.54 | 97.78 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 66 | 0.80 | 0 | 0.62 | 0.32 | 133.48 | 0.66 | 0.41 |
| Hex | 23 | AD | 42 | 50 | 0 | 3E | 20 | 85 | 42 | 29 |
| Octal | 43 | 255 | 102 | 120 | 0 | 76 | 40 | 205 | 102 | 51 |
| Binary | 100011 | 10101101 | 1000010 | 1010000 | 0 | 111110 | 100000 | 10000101 | 1000010 | 101001 |
Color Harmonies of #23AD42
Complementary color
Monochromatic Colors of #23AD42
Black with #23AD42
Text Example
Text Example
White with #23AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD42; }
p { color: rgb(35,173,66); }
H1.HeaderClassName
{
color: #23AD42;
}
.AnyTagClassName
{
color: #23AD42;
}
</style>
background-color css
<style>
a { background-color: #23AD42; }
a { background-color: rgb(35,173,66); }
div.DivClassName
{
background-color: #23AD42;
}
.BgClassName
{
background-color: #23AD42;
}
</style>
border-color css
<style>
span { border-color: #23AD42; }
span { border-color: rgb(35,173,66); }
td.TdClassName
{
border-color: #23AD42;
}
.TagClassName
{
border-color: #23AD42;
}
</style>