Shades of Dark Pastel Green #23B23F
Tints of Dark Pastel Green #23B23F
RGB
CMYK
RGB Variations
Color information
#23B23F (or 0x23B23F) is known color: Dark Pastel Green. HEX triplet: 23, B2 and 3F. RGB value is (35,178,63). Sum of RGB (Red+Green+Blue) = 35+178+63=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #23B23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B23F is #DC4DC0. Grayscale: #7A7A7A. Windows color (decimal): -14437825 or 4174371. OLE color: 4174371.
HSL color Cylindrical-coordinate representation of color #23B23F: hue angle of 131.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B23F is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 178 | 63 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.30 |
| HSL | 131.75º | 0.67% | 0.42% | - |
| HSV(B) | 131.75º | 0.8% | 0.7% | - |
| XYZ | 17.51 | 32.56 | 10.06 | - |
| YUV | 122.13 | 94.62 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 178 | 63 | 0.80 | 0 | 0.65 | 0.30 | 131.75 | 0.67 | 0.42 |
| Hex | 23 | B2 | 3F | 50 | 0 | 41 | 1E | 84 | 43 | 2A |
| Octal | 43 | 262 | 77 | 120 | 0 | 101 | 36 | 204 | 103 | 52 |
| Binary | 100011 | 10110010 | 111111 | 1010000 | 0 | 1000001 | 11110 | 10000100 | 1000011 | 101010 |
Color Harmonies of #23B23F
Complementary color
Monochromatic Colors of #23B23F
Black with #23B23F
Text Example
Text Example
White with #23B23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B23F; }
p { color: rgb(35,178,63); }
H1.HeaderClassName
{
color: #23B23F;
}
.AnyTagClassName
{
color: #23B23F;
}
</style>
background-color css
<style>
a { background-color: #23B23F; }
a { background-color: rgb(35,178,63); }
div.DivClassName
{
background-color: #23B23F;
}
.BgClassName
{
background-color: #23B23F;
}
</style>
border-color css
<style>
span { border-color: #23B23F; }
span { border-color: rgb(35,178,63); }
td.TdClassName
{
border-color: #23B23F;
}
.TagClassName
{
border-color: #23B23F;
}
</style>