Shades of Dark Pastel Green #10B527
Tints of Dark Pastel Green #10B527
RGB
CMYK
RGB Variations
Color information
#10B527 (or 0x10B527) is known color: Dark Pastel Green. HEX triplet: 10, B5 and 27. RGB value is (16,181,39). Sum of RGB (Red+Green+Blue) = 16+181+39=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 181 (71.09% from 255 or 76.69% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 181 - color contains mainly: green. Hex color #10B527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B527 is #EF4AD8. Grayscale: #737373. Windows color (decimal): -15682265 or 2602256. OLE color: 2602256.
HSL color Cylindrical-coordinate representation of color #10B527: hue angle of 128.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B527 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 39 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.29 |
| HSL | 128.36º | 0.84% | 0.39% | - |
| HSV(B) | 128.36º | 0.91% | 0.71% | - |
| XYZ | 17.1 | 33.3 | 7.45 | - |
| YUV | 115.48 | 84.84 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 39 | 0.91 | 0 | 0.78 | 0.29 | 128.36 | 0.84 | 0.39 |
| Hex | 10 | B5 | 27 | 5B | 0 | 4E | 1D | 80 | 54 | 27 |
| Octal | 20 | 265 | 47 | 133 | 0 | 116 | 35 | 200 | 124 | 47 |
| Binary | 10000 | 10110101 | 100111 | 1011011 | 0 | 1001110 | 11101 | 10000000 | 1010100 | 100111 |
Color Harmonies of #10B527
Complementary color
Monochromatic Colors of #10B527
Black with #10B527
Text Example
Text Example
White with #10B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B527; }
p { color: rgb(16,181,39); }
H1.HeaderClassName
{
color: #10B527;
}
.AnyTagClassName
{
color: #10B527;
}
</style>
background-color css
<style>
a { background-color: #10B527; }
a { background-color: rgb(16,181,39); }
div.DivClassName
{
background-color: #10B527;
}
.BgClassName
{
background-color: #10B527;
}
</style>
border-color css
<style>
span { border-color: #10B527; }
span { border-color: rgb(16,181,39); }
td.TdClassName
{
border-color: #10B527;
}
.TagClassName
{
border-color: #10B527;
}
</style>