Shades of Green Pea #275B44
Tints of Green Pea #275B44
RGB
CMYK
RGB Variations
Color information
#275B44 (or 0x275B44) is known color: Green Pea. HEX triplet: 27, 5B and 44. RGB value is (39,91,68). Sum of RGB (Red+Green+Blue) = 39+91+68=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #275B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B44 is #D8A4BB. Grayscale: #484848. Windows color (decimal): -14197948 or 4479783. OLE color: 4479783.
HSL color Cylindrical-coordinate representation of color #275B44: hue angle of 153.46º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275B44 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 91 | 68 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.64 |
| HSL | 153.46º | 0.4% | 0.25% | - |
| HSV(B) | 153.46º | 0.57% | 0.36% | - |
| XYZ | 5.62 | 8.33 | 6.78 | - |
| YUV | 72.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 68 | 0.57 | 0 | 0.25 | 0.64 | 153.46 | 0.4 | 0.25 |
| Hex | 27 | 5B | 44 | 39 | 0 | 19 | 40 | 99 | 28 | 19 |
| Octal | 47 | 133 | 104 | 71 | 0 | 31 | 100 | 231 | 50 | 31 |
| Binary | 100111 | 1011011 | 1000100 | 111001 | 0 | 11001 | 1000000 | 10011001 | 101000 | 11001 |
Color Harmonies of #275B44
Complementary color
Monochromatic Colors of #275B44
Black with #275B44
Text Example
Text Example
White with #275B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B44; }
p { color: rgb(39,91,68); }
H1.HeaderClassName
{
color: #275B44;
}
.AnyTagClassName
{
color: #275B44;
}
</style>
background-color css
<style>
a { background-color: #275B44; }
a { background-color: rgb(39,91,68); }
div.DivClassName
{
background-color: #275B44;
}
.BgClassName
{
background-color: #275B44;
}
</style>
border-color css
<style>
span { border-color: #275B44; }
span { border-color: rgb(39,91,68); }
td.TdClassName
{
border-color: #275B44;
}
.TagClassName
{
border-color: #275B44;
}
</style>