Shades of Dark Pastel Green #23AF42
Tints of Dark Pastel Green #23AF42
RGB
CMYK
RGB Variations
Color information
#23AF42 (or 0x23AF42) is known color: Dark Pastel Green. HEX triplet: 23, AF and 42. RGB value is (35,175,66). Sum of RGB (Red+Green+Blue) = 35+175+66=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AF42 is #DC50BD. Grayscale: #797979. Windows color (decimal): -14438590 or 4370211. OLE color: 4370211.
HSL color Cylindrical-coordinate representation of color #23AF42: hue angle of 133.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF42 is Cyan = 0.8, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 66 | - |
| CMYK | 0.8 | 0 | 0.62 | 0.31 |
| HSL | 133.29º | 0.67% | 0.41% | - |
| HSV(B) | 133.29º | 0.8% | 0.69% | - |
| XYZ | 17.01 | 31.41 | 10.32 | - |
| YUV | 120.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 66 | 0.8 | 0 | 0.62 | 0.31 | 133.29 | 0.67 | 0.41 |
| Hex | 23 | AF | 42 | 50 | 0 | 3E | 1F | 85 | 43 | 29 |
| Octal | 43 | 257 | 102 | 120 | 0 | 76 | 37 | 205 | 103 | 51 |
| Binary | 100011 | 10101111 | 1000010 | 1010000 | 0 | 111110 | 11111 | 10000101 | 1000011 | 101001 |
Color Harmonies of #23AF42
Complementary color
Monochromatic Colors of #23AF42
Black with #23AF42
Text Example
Text Example
White with #23AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF42; }
p { color: rgb(35,175,66); }
H1.HeaderClassName
{
color: #23AF42;
}
.AnyTagClassName
{
color: #23AF42;
}
</style>
background-color css
<style>
a { background-color: #23AF42; }
a { background-color: rgb(35,175,66); }
div.DivClassName
{
background-color: #23AF42;
}
.BgClassName
{
background-color: #23AF42;
}
</style>
border-color css
<style>
span { border-color: #23AF42; }
span { border-color: rgb(35,175,66); }
td.TdClassName
{
border-color: #23AF42;
}
.TagClassName
{
border-color: #23AF42;
}
</style>