Shades of Green Pea #275C41
Tints of Green Pea #275C41
RGB
CMYK
RGB Variations
Color information
#275C41 (or 0x275C41) is known color: Green Pea. HEX triplet: 27, 5C and 41. RGB value is (39,92,65). Sum of RGB (Red+Green+Blue) = 39+92+65=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #275C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C41 is #D8A3BE. Grayscale: #494949. Windows color (decimal): -14197695 or 4283431. OLE color: 4283431.
HSL color Cylindrical-coordinate representation of color #275C41: hue angle of 149.43º 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 #275C41 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 92 | 65 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.64 |
| HSL | 149.43º | 0.4% | 0.26% | - |
| HSV(B) | 149.43º | 0.58% | 0.36% | - |
| XYZ | 5.62 | 8.47 | 6.34 | - |
| YUV | 73.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 65 | 0.58 | 0 | 0.29 | 0.64 | 149.43 | 0.4 | 0.26 |
| Hex | 27 | 5C | 41 | 3A | 0 | 1D | 40 | 95 | 28 | 1A |
| Octal | 47 | 134 | 101 | 72 | 0 | 35 | 100 | 225 | 50 | 32 |
| Binary | 100111 | 1011100 | 1000001 | 111010 | 0 | 11101 | 1000000 | 10010101 | 101000 | 11010 |
Color Harmonies of #275C41
Complementary color
Monochromatic Colors of #275C41
Black with #275C41
Text Example
Text Example
White with #275C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C41; }
p { color: rgb(39,92,65); }
H1.HeaderClassName
{
color: #275C41;
}
.AnyTagClassName
{
color: #275C41;
}
</style>
background-color css
<style>
a { background-color: #275C41; }
a { background-color: rgb(39,92,65); }
div.DivClassName
{
background-color: #275C41;
}
.BgClassName
{
background-color: #275C41;
}
</style>
border-color css
<style>
span { border-color: #275C41; }
span { border-color: rgb(39,92,65); }
td.TdClassName
{
border-color: #275C41;
}
.TagClassName
{
border-color: #275C41;
}
</style>