Shades of Green Pea #275D45
Tints of Green Pea #275D45
RGB
CMYK
RGB Variations
Color information
#275D45 (or 0x275D45) is known color: Green Pea. HEX triplet: 27, 5D and 45. RGB value is (39,93,69). Sum of RGB (Red+Green+Blue) = 39+93+69=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #275D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D45 is #D8A2BA. Grayscale: #4A4A4A. Windows color (decimal): -14197435 or 4545831. OLE color: 4545831.
HSL color Cylindrical-coordinate representation of color #275D45: hue angle of 153.33º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D45 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 69 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.64 |
| HSL | 153.33º | 0.41% | 0.26% | - |
| HSV(B) | 153.33º | 0.58% | 0.36% | - |
| XYZ | 5.83 | 8.69 | 7 | - |
| YUV | 74.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 69 | 0.58 | 0 | 0.26 | 0.64 | 153.33 | 0.41 | 0.26 |
| Hex | 27 | 5D | 45 | 3A | 0 | 1A | 40 | 99 | 29 | 1A |
| Octal | 47 | 135 | 105 | 72 | 0 | 32 | 100 | 231 | 51 | 32 |
| Binary | 100111 | 1011101 | 1000101 | 111010 | 0 | 11010 | 1000000 | 10011001 | 101001 | 11010 |
Color Harmonies of #275D45
Complementary color
Monochromatic Colors of #275D45
Black with #275D45
Text Example
Text Example
White with #275D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D45; }
p { color: rgb(39,93,69); }
H1.HeaderClassName
{
color: #275D45;
}
.AnyTagClassName
{
color: #275D45;
}
</style>
background-color css
<style>
a { background-color: #275D45; }
a { background-color: rgb(39,93,69); }
div.DivClassName
{
background-color: #275D45;
}
.BgClassName
{
background-color: #275D45;
}
</style>
border-color css
<style>
span { border-color: #275D45; }
span { border-color: rgb(39,93,69); }
td.TdClassName
{
border-color: #275D45;
}
.TagClassName
{
border-color: #275D45;
}
</style>