Shades of Green Pea #265A40
Tints of Green Pea #265A40
RGB
CMYK
RGB Variations
Color information
#265A40 (or 0x265A40) is known color: Green Pea. HEX triplet: 26, 5A and 40. RGB value is (38,90,64). Sum of RGB (Red+Green+Blue) = 38+90+64=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #265A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A40 is #D9A5BF. Grayscale: #474747. Windows color (decimal): -14263744 or 4217382. OLE color: 4217382.
HSL color Cylindrical-coordinate representation of color #265A40: hue angle of 150º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A40 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 64 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.65 |
| HSL | 150º | 0.41% | 0.25% | - |
| HSV(B) | 150º | 0.58% | 0.35% | - |
| XYZ | 5.38 | 8.09 | 6.13 | - |
| YUV | 71.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 64 | 0.58 | 0 | 0.29 | 0.65 | 150 | 0.41 | 0.25 |
| Hex | 26 | 5A | 40 | 3A | 0 | 1D | 41 | 96 | 29 | 19 |
| Octal | 46 | 132 | 100 | 72 | 0 | 35 | 101 | 226 | 51 | 31 |
| Binary | 100110 | 1011010 | 1000000 | 111010 | 0 | 11101 | 1000001 | 10010110 | 101001 | 11001 |
Color Harmonies of #265A40
Complementary color
Monochromatic Colors of #265A40
Black with #265A40
Text Example
Text Example
White with #265A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A40; }
p { color: rgb(38,90,64); }
H1.HeaderClassName
{
color: #265A40;
}
.AnyTagClassName
{
color: #265A40;
}
</style>
background-color css
<style>
a { background-color: #265A40; }
a { background-color: rgb(38,90,64); }
div.DivClassName
{
background-color: #265A40;
}
.BgClassName
{
background-color: #265A40;
}
</style>
border-color css
<style>
span { border-color: #265A40; }
span { border-color: rgb(38,90,64); }
td.TdClassName
{
border-color: #265A40;
}
.TagClassName
{
border-color: #265A40;
}
</style>