Shades of Green Pea #275C44
Tints of Green Pea #275C44
RGB
CMYK
RGB Variations
Color information
#275C44 (or 0x275C44) is known color: Green Pea. HEX triplet: 27, 5C and 44. RGB value is (39,92,68). Sum of RGB (Red+Green+Blue) = 39+92+68=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #275C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C44 is #D8A3BB. Grayscale: #494949. Windows color (decimal): -14197692 or 4480039. OLE color: 4480039.
HSL color Cylindrical-coordinate representation of color #275C44: hue angle of 152.83º degrees, saturation: 0.4, 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 #275C44 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 92 | 68 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.64 |
| HSL | 152.83º | 0.4% | 0.26% | - |
| HSV(B) | 152.83º | 0.58% | 0.36% | - |
| XYZ | 5.71 | 8.5 | 6.81 | - |
| YUV | 73.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 68 | 0.58 | 0 | 0.26 | 0.64 | 152.83 | 0.4 | 0.26 |
| Hex | 27 | 5C | 44 | 3A | 0 | 1A | 40 | 99 | 28 | 1A |
| Octal | 47 | 134 | 104 | 72 | 0 | 32 | 100 | 231 | 50 | 32 |
| Binary | 100111 | 1011100 | 1000100 | 111010 | 0 | 11010 | 1000000 | 10011001 | 101000 | 11010 |
Color Harmonies of #275C44
Complementary color
Monochromatic Colors of #275C44
Black with #275C44
Text Example
Text Example
White with #275C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C44; }
p { color: rgb(39,92,68); }
H1.HeaderClassName
{
color: #275C44;
}
.AnyTagClassName
{
color: #275C44;
}
</style>
background-color css
<style>
a { background-color: #275C44; }
a { background-color: rgb(39,92,68); }
div.DivClassName
{
background-color: #275C44;
}
.BgClassName
{
background-color: #275C44;
}
</style>
border-color css
<style>
span { border-color: #275C44; }
span { border-color: rgb(39,92,68); }
td.TdClassName
{
border-color: #275C44;
}
.TagClassName
{
border-color: #275C44;
}
</style>