Shades of Green Pea #275A45
Tints of Green Pea #275A45
RGB
CMYK
RGB Variations
Color information
#275A45 (or 0x275A45) is known color: Green Pea. HEX triplet: 27, 5A and 45. RGB value is (39,90,69). Sum of RGB (Red+Green+Blue) = 39+90+69=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #275A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A45 is #D8A5BA. Grayscale: #484848. Windows color (decimal): -14198203 or 4545063. OLE color: 4545063.
HSL color Cylindrical-coordinate representation of color #275A45: hue angle of 155.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A45 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 90 | 69 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.65 |
| HSL | 155.29º | 0.4% | 0.25% | - |
| HSV(B) | 155.29º | 0.57% | 0.35% | - |
| XYZ | 5.57 | 8.17 | 6.91 | - |
| YUV | 72.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 69 | 0.57 | 0 | 0.23 | 0.65 | 155.29 | 0.4 | 0.25 |
| Hex | 27 | 5A | 45 | 39 | 0 | 17 | 41 | 9B | 28 | 19 |
| Octal | 47 | 132 | 105 | 71 | 0 | 27 | 101 | 233 | 50 | 31 |
| Binary | 100111 | 1011010 | 1000101 | 111001 | 0 | 10111 | 1000001 | 10011011 | 101000 | 11001 |
Color Harmonies of #275A45
Complementary color
Monochromatic Colors of #275A45
Black with #275A45
Text Example
Text Example
White with #275A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A45; }
p { color: rgb(39,90,69); }
H1.HeaderClassName
{
color: #275A45;
}
.AnyTagClassName
{
color: #275A45;
}
</style>
background-color css
<style>
a { background-color: #275A45; }
a { background-color: rgb(39,90,69); }
div.DivClassName
{
background-color: #275A45;
}
.BgClassName
{
background-color: #275A45;
}
</style>
border-color css
<style>
span { border-color: #275A45; }
span { border-color: rgb(39,90,69); }
td.TdClassName
{
border-color: #275A45;
}
.TagClassName
{
border-color: #275A45;
}
</style>