Shades of Dark Pastel Green #23B03F
Tints of Dark Pastel Green #23B03F
RGB
CMYK
RGB Variations
Color information
#23B03F (or 0x23B03F) is known color: Dark Pastel Green. HEX triplet: 23, B0 and 3F. RGB value is (35,176,63). Sum of RGB (Red+Green+Blue) = 35+176+63=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #23B03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B03F is #DC4FC0. Grayscale: #797979. Windows color (decimal): -14438337 or 4173859. OLE color: 4173859.
HSL color Cylindrical-coordinate representation of color #23B03F: hue angle of 131.91º 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 #23B03F is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 176 | 63 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.31 |
| HSL | 131.91º | 0.67% | 0.41% | - |
| HSV(B) | 131.91º | 0.8% | 0.69% | - |
| XYZ | 17.12 | 31.77 | 9.93 | - |
| YUV | 120.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 176 | 63 | 0.80 | 0 | 0.64 | 0.31 | 131.91 | 0.67 | 0.41 |
| Hex | 23 | B0 | 3F | 50 | 0 | 40 | 1F | 84 | 43 | 29 |
| Octal | 43 | 260 | 77 | 120 | 0 | 100 | 37 | 204 | 103 | 51 |
| Binary | 100011 | 10110000 | 111111 | 1010000 | 0 | 1000000 | 11111 | 10000100 | 1000011 | 101001 |
Color Harmonies of #23B03F
Complementary color
Monochromatic Colors of #23B03F
Black with #23B03F
Text Example
Text Example
White with #23B03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B03F; }
p { color: rgb(35,176,63); }
H1.HeaderClassName
{
color: #23B03F;
}
.AnyTagClassName
{
color: #23B03F;
}
</style>
background-color css
<style>
a { background-color: #23B03F; }
a { background-color: rgb(35,176,63); }
div.DivClassName
{
background-color: #23B03F;
}
.BgClassName
{
background-color: #23B03F;
}
</style>
border-color css
<style>
span { border-color: #23B03F; }
span { border-color: rgb(35,176,63); }
td.TdClassName
{
border-color: #23B03F;
}
.TagClassName
{
border-color: #23B03F;
}
</style>