Shades of Green Pea #265D40
Tints of Green Pea #265D40
RGB
CMYK
RGB Variations
Color information
#265D40 (or 0x265D40) is known color: Green Pea. HEX triplet: 26, 5D and 40. RGB value is (38,93,64). Sum of RGB (Red+Green+Blue) = 38+93+64=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #265D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D40 is #D9A2BF. Grayscale: #494949. Windows color (decimal): -14262976 or 4218150. OLE color: 4218150.
HSL color Cylindrical-coordinate representation of color #265D40: hue angle of 148.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D40 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 64 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.64 |
| HSL | 148.36º | 0.42% | 0.26% | - |
| HSV(B) | 148.36º | 0.59% | 0.36% | - |
| XYZ | 5.64 | 8.61 | 6.22 | - |
| YUV | 73.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 64 | 0.59 | 0 | 0.31 | 0.64 | 148.36 | 0.42 | 0.26 |
| Hex | 26 | 5D | 40 | 3B | 0 | 1F | 40 | 94 | 2A | 1A |
| Octal | 46 | 135 | 100 | 73 | 0 | 37 | 100 | 224 | 52 | 32 |
| Binary | 100110 | 1011101 | 1000000 | 111011 | 0 | 11111 | 1000000 | 10010100 | 101010 | 11010 |
Color Harmonies of #265D40
Complementary color
Monochromatic Colors of #265D40
Black with #265D40
Text Example
Text Example
White with #265D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D40; }
p { color: rgb(38,93,64); }
H1.HeaderClassName
{
color: #265D40;
}
.AnyTagClassName
{
color: #265D40;
}
</style>
background-color css
<style>
a { background-color: #265D40; }
a { background-color: rgb(38,93,64); }
div.DivClassName
{
background-color: #265D40;
}
.BgClassName
{
background-color: #265D40;
}
</style>
border-color css
<style>
span { border-color: #265D40; }
span { border-color: rgb(38,93,64); }
td.TdClassName
{
border-color: #265D40;
}
.TagClassName
{
border-color: #265D40;
}
</style>