Shades of Green Pea #27613F
Tints of Green Pea #27613F
RGB
CMYK
RGB Variations
Color information
#27613F (or 0x27613F) is known color: Green Pea. HEX triplet: 27, 61 and 3F. RGB value is (39,97,63). Sum of RGB (Red+Green+Blue) = 39+97+63=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #27613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27613F is #D89EC0. Grayscale: #4B4B4B. Windows color (decimal): -14196417 or 4153639. OLE color: 4153639.
HSL color Cylindrical-coordinate representation of color #27613F: hue angle of 144.83º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #27613F is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 97 | 63 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.62 |
| HSL | 144.83º | 0.43% | 0.27% | - |
| HSV(B) | 144.83º | 0.6% | 0.38% | - |
| XYZ | 6.01 | 9.34 | 6.19 | - |
| YUV | 75.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 63 | 0.60 | 0 | 0.35 | 0.62 | 144.83 | 0.43 | 0.27 |
| Hex | 27 | 61 | 3F | 3C | 0 | 23 | 3E | 91 | 2B | 1B |
| Octal | 47 | 141 | 77 | 74 | 0 | 43 | 76 | 221 | 53 | 33 |
| Binary | 100111 | 1100001 | 111111 | 111100 | 0 | 100011 | 111110 | 10010001 | 101011 | 11011 |
Color Harmonies of #27613F
Complementary color
Monochromatic Colors of #27613F
Black with #27613F
Text Example
Text Example
White with #27613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27613F; }
p { color: rgb(39,97,63); }
H1.HeaderClassName
{
color: #27613F;
}
.AnyTagClassName
{
color: #27613F;
}
</style>
background-color css
<style>
a { background-color: #27613F; }
a { background-color: rgb(39,97,63); }
div.DivClassName
{
background-color: #27613F;
}
.BgClassName
{
background-color: #27613F;
}
</style>
border-color css
<style>
span { border-color: #27613F; }
span { border-color: rgb(39,97,63); }
td.TdClassName
{
border-color: #27613F;
}
.TagClassName
{
border-color: #27613F;
}
</style>