Shades of Green Pea #265E3B
Tints of Green Pea #265E3B
RGB
CMYK
RGB Variations
Color information
#265E3B (or 0x265E3B) is known color: Green Pea. HEX triplet: 26, 5E and 3B. RGB value is (38,94,59). Sum of RGB (Red+Green+Blue) = 38+94+59=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 94 - color contains mainly: green. Hex color #265E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E3B is #D9A1C4. Grayscale: #494949. Windows color (decimal): -14262725 or 3890726. OLE color: 3890726.
HSL color Cylindrical-coordinate representation of color #265E3B: hue angle of 142.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E3B is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 94 | 59 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.63 |
| HSL | 142.5º | 0.42% | 0.26% | - |
| HSV(B) | 142.5º | 0.6% | 0.37% | - |
| XYZ | 5.59 | 8.73 | 5.53 | - |
| YUV | 73.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 59 | 0.60 | 0 | 0.37 | 0.63 | 142.5 | 0.42 | 0.26 |
| Hex | 26 | 5E | 3B | 3C | 0 | 25 | 3F | 8E | 2A | 1A |
| Octal | 46 | 136 | 73 | 74 | 0 | 45 | 77 | 216 | 52 | 32 |
| Binary | 100110 | 1011110 | 111011 | 111100 | 0 | 100101 | 111111 | 10001110 | 101010 | 11010 |
Color Harmonies of #265E3B
Complementary color
Monochromatic Colors of #265E3B
Black with #265E3B
Text Example
Text Example
White with #265E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E3B; }
p { color: rgb(38,94,59); }
H1.HeaderClassName
{
color: #265E3B;
}
.AnyTagClassName
{
color: #265E3B;
}
</style>
background-color css
<style>
a { background-color: #265E3B; }
a { background-color: rgb(38,94,59); }
div.DivClassName
{
background-color: #265E3B;
}
.BgClassName
{
background-color: #265E3B;
}
</style>
border-color css
<style>
span { border-color: #265E3B; }
span { border-color: rgb(38,94,59); }
td.TdClassName
{
border-color: #265E3B;
}
.TagClassName
{
border-color: #265E3B;
}
</style>