Shades of Green Pea #27674B
Tints of Green Pea #27674B
RGB
CMYK
RGB Variations
Color information
#27674B (or 0x27674B) is known color: Green Pea. HEX triplet: 27, 67 and 4B. RGB value is (39,103,75). Sum of RGB (Red+Green+Blue) = 39+103+75=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #27674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27674B is #D898B4. Grayscale: #505050. Windows color (decimal): -14194869 or 4941607. OLE color: 4941607.
HSL color Cylindrical-coordinate representation of color #27674B: hue angle of 153.75º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27674B is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 103 | 75 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.60 |
| HSL | 153.75º | 0.45% | 0.28% | - |
| HSV(B) | 153.75º | 0.62% | 0.4% | - |
| XYZ | 6.96 | 10.64 | 8.34 | - |
| YUV | 80.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 75 | 0.62 | 0 | 0.27 | 0.60 | 153.75 | 0.45 | 0.28 |
| Hex | 27 | 67 | 4B | 3E | 0 | 1B | 3C | 9A | 2D | 1C |
| Octal | 47 | 147 | 113 | 76 | 0 | 33 | 74 | 232 | 55 | 34 |
| Binary | 100111 | 1100111 | 1001011 | 111110 | 0 | 11011 | 111100 | 10011010 | 101101 | 11100 |
Color Harmonies of #27674B
Complementary color
Monochromatic Colors of #27674B
Black with #27674B
Text Example
Text Example
White with #27674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27674B; }
p { color: rgb(39,103,75); }
H1.HeaderClassName
{
color: #27674B;
}
.AnyTagClassName
{
color: #27674B;
}
</style>
background-color css
<style>
a { background-color: #27674B; }
a { background-color: rgb(39,103,75); }
div.DivClassName
{
background-color: #27674B;
}
.BgClassName
{
background-color: #27674B;
}
</style>
border-color css
<style>
span { border-color: #27674B; }
span { border-color: rgb(39,103,75); }
td.TdClassName
{
border-color: #27674B;
}
.TagClassName
{
border-color: #27674B;
}
</style>