Shades of Dark Pastel Green #23B14A
Tints of Dark Pastel Green #23B14A
RGB
CMYK
RGB Variations
Color information
#23B14A (or 0x23B14A) is known color: Dark Pastel Green. HEX triplet: 23, B1 and 4A. RGB value is (35,177,74). Sum of RGB (Red+Green+Blue) = 35+177+74=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #23B14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B14A is #DC4EB5. Grayscale: #7B7B7B. Windows color (decimal): -14438070 or 4895011. OLE color: 4895011.
HSL color Cylindrical-coordinate representation of color #23B14A: hue angle of 136.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B14A is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 74 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.31 |
| HSL | 136.48º | 0.67% | 0.42% | - |
| HSV(B) | 136.48º | 0.8% | 0.69% | - |
| XYZ | 17.65 | 32.3 | 11.78 | - |
| YUV | 122.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 74 | 0.80 | 0 | 0.58 | 0.31 | 136.48 | 0.67 | 0.42 |
| Hex | 23 | B1 | 4A | 50 | 0 | 3A | 1F | 88 | 43 | 2A |
| Octal | 43 | 261 | 112 | 120 | 0 | 72 | 37 | 210 | 103 | 52 |
| Binary | 100011 | 10110001 | 1001010 | 1010000 | 0 | 111010 | 11111 | 10001000 | 1000011 | 101010 |
Color Harmonies of #23B14A
Complementary color
Monochromatic Colors of #23B14A
Black with #23B14A
Text Example
Text Example
White with #23B14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B14A; }
p { color: rgb(35,177,74); }
H1.HeaderClassName
{
color: #23B14A;
}
.AnyTagClassName
{
color: #23B14A;
}
</style>
background-color css
<style>
a { background-color: #23B14A; }
a { background-color: rgb(35,177,74); }
div.DivClassName
{
background-color: #23B14A;
}
.BgClassName
{
background-color: #23B14A;
}
</style>
border-color css
<style>
span { border-color: #23B14A; }
span { border-color: rgb(35,177,74); }
td.TdClassName
{
border-color: #23B14A;
}
.TagClassName
{
border-color: #23B14A;
}
</style>