Shades of Green Pea #265D3B
Tints of Green Pea #265D3B
RGB
CMYK
RGB Variations
Color information
#265D3B (or 0x265D3B) is known color: Green Pea. HEX triplet: 26, 5D and 3B. RGB value is (38,93,59). Sum of RGB (Red+Green+Blue) = 38+93+59=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #265D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D3B is #D9A2C4. Grayscale: #484848. Windows color (decimal): -14262981 or 3890470. OLE color: 3890470.
HSL color Cylindrical-coordinate representation of color #265D3B: hue angle of 142.91º 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 #265D3B is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 59 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.64 |
| HSL | 142.91º | 0.42% | 0.26% | - |
| HSV(B) | 142.91º | 0.59% | 0.36% | - |
| XYZ | 5.5 | 8.56 | 5.5 | - |
| YUV | 72.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 59 | 0.59 | 0 | 0.37 | 0.64 | 142.91 | 0.42 | 0.26 |
| Hex | 26 | 5D | 3B | 3B | 0 | 25 | 40 | 8F | 2A | 1A |
| Octal | 46 | 135 | 73 | 73 | 0 | 45 | 100 | 217 | 52 | 32 |
| Binary | 100110 | 1011101 | 111011 | 111011 | 0 | 100101 | 1000000 | 10001111 | 101010 | 11010 |
Color Harmonies of #265D3B
Complementary color
Monochromatic Colors of #265D3B
Black with #265D3B
Text Example
Text Example
White with #265D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D3B; }
p { color: rgb(38,93,59); }
H1.HeaderClassName
{
color: #265D3B;
}
.AnyTagClassName
{
color: #265D3B;
}
</style>
background-color css
<style>
a { background-color: #265D3B; }
a { background-color: rgb(38,93,59); }
div.DivClassName
{
background-color: #265D3B;
}
.BgClassName
{
background-color: #265D3B;
}
</style>
border-color css
<style>
span { border-color: #265D3B; }
span { border-color: rgb(38,93,59); }
td.TdClassName
{
border-color: #265D3B;
}
.TagClassName
{
border-color: #265D3B;
}
</style>