Shades of Dark Pastel Green #23AD3B
Tints of Dark Pastel Green #23AD3B
RGB
CMYK
RGB Variations
Color information
#23AD3B (or 0x23AD3B) is known color: Dark Pastel Green. HEX triplet: 23, AD and 3B. RGB value is (35,173,59). Sum of RGB (Red+Green+Blue) = 35+173+59=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AD3B is #DC52C4. Grayscale: #777777. Windows color (decimal): -14439109 or 3910947. OLE color: 3910947.
HSL color Cylindrical-coordinate representation of color #23AD3B: hue angle of 130.43º 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 #23AD3B is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 59 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.32 |
| HSL | 130.43º | 0.66% | 0.41% | - |
| HSV(B) | 130.43º | 0.8% | 0.68% | - |
| XYZ | 16.43 | 30.56 | 9.17 | - |
| YUV | 118.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 59 | 0.80 | 0 | 0.66 | 0.32 | 130.43 | 0.66 | 0.41 |
| Hex | 23 | AD | 3B | 50 | 0 | 42 | 20 | 82 | 42 | 29 |
| Octal | 43 | 255 | 73 | 120 | 0 | 102 | 40 | 202 | 102 | 51 |
| Binary | 100011 | 10101101 | 111011 | 1010000 | 0 | 1000010 | 100000 | 10000010 | 1000010 | 101001 |
Color Harmonies of #23AD3B
Complementary color
Monochromatic Colors of #23AD3B
Black with #23AD3B
Text Example
Text Example
White with #23AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD3B; }
p { color: rgb(35,173,59); }
H1.HeaderClassName
{
color: #23AD3B;
}
.AnyTagClassName
{
color: #23AD3B;
}
</style>
background-color css
<style>
a { background-color: #23AD3B; }
a { background-color: rgb(35,173,59); }
div.DivClassName
{
background-color: #23AD3B;
}
.BgClassName
{
background-color: #23AD3B;
}
</style>
border-color css
<style>
span { border-color: #23AD3B; }
span { border-color: rgb(35,173,59); }
td.TdClassName
{
border-color: #23AD3B;
}
.TagClassName
{
border-color: #23AD3B;
}
</style>