Shades of Green Pea #265B3E
Tints of Green Pea #265B3E
RGB
CMYK
RGB Variations
Color information
#265B3E (or 0x265B3E) is known color: Green Pea. HEX triplet: 26, 5B and 3E. RGB value is (38,91,62). Sum of RGB (Red+Green+Blue) = 38+91+62=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #265B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B3E is #D9A4C1. Grayscale: #474747. Windows color (decimal): -14263490 or 4086566. OLE color: 4086566.
HSL color Cylindrical-coordinate representation of color #265B3E: hue angle of 147.17º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265B3E is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 62 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.64 |
| HSL | 147.17º | 0.41% | 0.25% | - |
| HSV(B) | 147.17º | 0.58% | 0.36% | - |
| XYZ | 5.41 | 8.24 | 5.86 | - |
| YUV | 71.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 62 | 0.58 | 0 | 0.32 | 0.64 | 147.17 | 0.41 | 0.25 |
| Hex | 26 | 5B | 3E | 3A | 0 | 20 | 40 | 93 | 29 | 19 |
| Octal | 46 | 133 | 76 | 72 | 0 | 40 | 100 | 223 | 51 | 31 |
| Binary | 100110 | 1011011 | 111110 | 111010 | 0 | 100000 | 1000000 | 10010011 | 101001 | 11001 |
Color Harmonies of #265B3E
Complementary color
Monochromatic Colors of #265B3E
Black with #265B3E
Text Example
Text Example
White with #265B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B3E; }
p { color: rgb(38,91,62); }
H1.HeaderClassName
{
color: #265B3E;
}
.AnyTagClassName
{
color: #265B3E;
}
</style>
background-color css
<style>
a { background-color: #265B3E; }
a { background-color: rgb(38,91,62); }
div.DivClassName
{
background-color: #265B3E;
}
.BgClassName
{
background-color: #265B3E;
}
</style>
border-color css
<style>
span { border-color: #265B3E; }
span { border-color: rgb(38,91,62); }
td.TdClassName
{
border-color: #265B3E;
}
.TagClassName
{
border-color: #265B3E;
}
</style>