Shades of Green Pea #275F46
Tints of Green Pea #275F46
RGB
CMYK
RGB Variations
Color information
#275F46 (or 0x275F46) is known color: Green Pea. HEX triplet: 27, 5F and 46. RGB value is (39,95,70). Sum of RGB (Red+Green+Blue) = 39+95+70=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #275F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275F46 is #D8A0B9. Grayscale: #4B4B4B. Windows color (decimal): -14196922 or 4611879. OLE color: 4611879.
HSL color Cylindrical-coordinate representation of color #275F46: hue angle of 153.21º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275F46 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 95 | 70 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.63 |
| HSL | 153.21º | 0.42% | 0.26% | - |
| HSV(B) | 153.21º | 0.59% | 0.37% | - |
| XYZ | 6.03 | 9.06 | 7.22 | - |
| YUV | 75.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 70 | 0.59 | 0 | 0.26 | 0.63 | 153.21 | 0.42 | 0.26 |
| Hex | 27 | 5F | 46 | 3B | 0 | 1A | 3F | 99 | 2A | 1A |
| Octal | 47 | 137 | 106 | 73 | 0 | 32 | 77 | 231 | 52 | 32 |
| Binary | 100111 | 1011111 | 1000110 | 111011 | 0 | 11010 | 111111 | 10011001 | 101010 | 11010 |
Color Harmonies of #275F46
Complementary color
Monochromatic Colors of #275F46
Black with #275F46
Text Example
Text Example
White with #275F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F46; }
p { color: rgb(39,95,70); }
H1.HeaderClassName
{
color: #275F46;
}
.AnyTagClassName
{
color: #275F46;
}
</style>
background-color css
<style>
a { background-color: #275F46; }
a { background-color: rgb(39,95,70); }
div.DivClassName
{
background-color: #275F46;
}
.BgClassName
{
background-color: #275F46;
}
</style>
border-color css
<style>
span { border-color: #275F46; }
span { border-color: rgb(39,95,70); }
td.TdClassName
{
border-color: #275F46;
}
.TagClassName
{
border-color: #275F46;
}
</style>