Shades of Dark Pastel Green #23AD3C
Tints of Dark Pastel Green #23AD3C
RGB
CMYK
RGB Variations
Color information
#23AD3C (or 0x23AD3C) is known color: Dark Pastel Green. HEX triplet: 23, AD and 3C. RGB value is (35,173,60). Sum of RGB (Red+Green+Blue) = 35+173+60=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AD3C is #DC52C3. Grayscale: #777777. Windows color (decimal): -14439108 or 3976483. OLE color: 3976483.
HSL color Cylindrical-coordinate representation of color #23AD3C: hue angle of 130.87º 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 #23AD3C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 60 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.32 |
| HSL | 130.87º | 0.66% | 0.41% | - |
| HSV(B) | 130.87º | 0.8% | 0.68% | - |
| XYZ | 16.45 | 30.57 | 9.31 | - |
| YUV | 118.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 60 | 0.80 | 0 | 0.65 | 0.32 | 130.87 | 0.66 | 0.41 |
| Hex | 23 | AD | 3C | 50 | 0 | 41 | 20 | 83 | 42 | 29 |
| Octal | 43 | 255 | 74 | 120 | 0 | 101 | 40 | 203 | 102 | 51 |
| Binary | 100011 | 10101101 | 111100 | 1010000 | 0 | 1000001 | 100000 | 10000011 | 1000010 | 101001 |
Color Harmonies of #23AD3C
Complementary color
Monochromatic Colors of #23AD3C
Black with #23AD3C
Text Example
Text Example
White with #23AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD3C; }
p { color: rgb(35,173,60); }
H1.HeaderClassName
{
color: #23AD3C;
}
.AnyTagClassName
{
color: #23AD3C;
}
</style>
background-color css
<style>
a { background-color: #23AD3C; }
a { background-color: rgb(35,173,60); }
div.DivClassName
{
background-color: #23AD3C;
}
.BgClassName
{
background-color: #23AD3C;
}
</style>
border-color css
<style>
span { border-color: #23AD3C; }
span { border-color: rgb(35,173,60); }
td.TdClassName
{
border-color: #23AD3C;
}
.TagClassName
{
border-color: #23AD3C;
}
</style>