Shades of Dark Pastel Green #23C048
Tints of Dark Pastel Green #23C048
RGB
CMYK
RGB Variations
Color information
#23C048 (or 0x23C048) is known color: Dark Pastel Green. HEX triplet: 23, C0 and 48. RGB value is (35,192,72). Sum of RGB (Red+Green+Blue) = 35+192+72=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #23C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C048 is #DC3FB7. Grayscale: #838383. Windows color (decimal): -14434232 or 4767779. OLE color: 4767779.
HSL color Cylindrical-coordinate representation of color #23C048: hue angle of 134.14º 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 #23C048 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 72 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.25 |
| HSL | 134.14º | 0.69% | 0.45% | - |
| HSV(B) | 134.14º | 0.82% | 0.75% | - |
| XYZ | 20.71 | 38.52 | 12.48 | - |
| YUV | 131.38 | 94.49 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 72 | 0.82 | 0 | 0.63 | 0.25 | 134.14 | 0.69 | 0.45 |
| Hex | 23 | C0 | 48 | 52 | 0 | 3F | 19 | 86 | 45 | 2D |
| Octal | 43 | 300 | 110 | 122 | 0 | 77 | 31 | 206 | 105 | 55 |
| Binary | 100011 | 11000000 | 1001000 | 1010010 | 0 | 111111 | 11001 | 10000110 | 1000101 | 101101 |
Color Harmonies of #23C048
Complementary color
Monochromatic Colors of #23C048
Black with #23C048
Text Example
Text Example
White with #23C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C048; }
p { color: rgb(35,192,72); }
H1.HeaderClassName
{
color: #23C048;
}
.AnyTagClassName
{
color: #23C048;
}
</style>
background-color css
<style>
a { background-color: #23C048; }
a { background-color: rgb(35,192,72); }
div.DivClassName
{
background-color: #23C048;
}
.BgClassName
{
background-color: #23C048;
}
</style>
border-color css
<style>
span { border-color: #23C048; }
span { border-color: rgb(35,192,72); }
td.TdClassName
{
border-color: #23C048;
}
.TagClassName
{
border-color: #23C048;
}
</style>