Shades of Green Pea #265B3C
Tints of Green Pea #265B3C
RGB
CMYK
RGB Variations
Color information
#265B3C (or 0x265B3C) is known color: Green Pea. HEX triplet: 26, 5B and 3C. RGB value is (38,91,60). Sum of RGB (Red+Green+Blue) = 38+91+60=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #265B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B3C is #D9A4C3. Grayscale: #474747. Windows color (decimal): -14263492 or 3955494. OLE color: 3955494.
HSL color Cylindrical-coordinate representation of color #265B3C: hue angle of 144.91º 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 #265B3C is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 60 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.64 |
| HSL | 144.91º | 0.41% | 0.25% | - |
| HSV(B) | 144.91º | 0.58% | 0.36% | - |
| XYZ | 5.36 | 8.22 | 5.58 | - |
| YUV | 71.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 60 | 0.58 | 0 | 0.34 | 0.64 | 144.91 | 0.41 | 0.25 |
| Hex | 26 | 5B | 3C | 3A | 0 | 22 | 40 | 91 | 29 | 19 |
| Octal | 46 | 133 | 74 | 72 | 0 | 42 | 100 | 221 | 51 | 31 |
| Binary | 100110 | 1011011 | 111100 | 111010 | 0 | 100010 | 1000000 | 10010001 | 101001 | 11001 |
Color Harmonies of #265B3C
Complementary color
Monochromatic Colors of #265B3C
Black with #265B3C
Text Example
Text Example
White with #265B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B3C; }
p { color: rgb(38,91,60); }
H1.HeaderClassName
{
color: #265B3C;
}
.AnyTagClassName
{
color: #265B3C;
}
</style>
background-color css
<style>
a { background-color: #265B3C; }
a { background-color: rgb(38,91,60); }
div.DivClassName
{
background-color: #265B3C;
}
.BgClassName
{
background-color: #265B3C;
}
</style>
border-color css
<style>
span { border-color: #265B3C; }
span { border-color: rgb(38,91,60); }
td.TdClassName
{
border-color: #265B3C;
}
.TagClassName
{
border-color: #265B3C;
}
</style>