Shades of Dark Pastel Green #23C04A
Tints of Dark Pastel Green #23C04A
RGB
CMYK
RGB Variations
Color information
#23C04A (or 0x23C04A) is known color: Dark Pastel Green. HEX triplet: 23, C0 and 4A. RGB value is (35,192,74). Sum of RGB (Red+Green+Blue) = 35+192+74=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #23C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C04A is #DC3FB5. Grayscale: #838383. Windows color (decimal): -14434230 or 4898851. OLE color: 4898851.
HSL color Cylindrical-coordinate representation of color #23C04A: hue angle of 134.9º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C04A is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 74 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.25 |
| HSL | 134.9º | 0.69% | 0.45% | - |
| HSV(B) | 134.9º | 0.82% | 0.75% | - |
| XYZ | 20.78 | 38.55 | 12.82 | - |
| YUV | 131.61 | 95.49 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 74 | 0.82 | 0 | 0.61 | 0.25 | 134.9 | 0.69 | 0.45 |
| Hex | 23 | C0 | 4A | 52 | 0 | 3D | 19 | 87 | 45 | 2D |
| Octal | 43 | 300 | 112 | 122 | 0 | 75 | 31 | 207 | 105 | 55 |
| Binary | 100011 | 11000000 | 1001010 | 1010010 | 0 | 111101 | 11001 | 10000111 | 1000101 | 101101 |
Color Harmonies of #23C04A
Complementary color
Monochromatic Colors of #23C04A
Black with #23C04A
Text Example
Text Example
White with #23C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C04A; }
p { color: rgb(35,192,74); }
H1.HeaderClassName
{
color: #23C04A;
}
.AnyTagClassName
{
color: #23C04A;
}
</style>
background-color css
<style>
a { background-color: #23C04A; }
a { background-color: rgb(35,192,74); }
div.DivClassName
{
background-color: #23C04A;
}
.BgClassName
{
background-color: #23C04A;
}
</style>
border-color css
<style>
span { border-color: #23C04A; }
span { border-color: rgb(35,192,74); }
td.TdClassName
{
border-color: #23C04A;
}
.TagClassName
{
border-color: #23C04A;
}
</style>