Shades of Green Pea #265B3D
Tints of Green Pea #265B3D
RGB
CMYK
RGB Variations
Color information
#265B3D (or 0x265B3D) is known color: Green Pea. HEX triplet: 26, 5B and 3D. RGB value is (38,91,61). Sum of RGB (Red+Green+Blue) = 38+91+61=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #265B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B3D is #D9A4C2. Grayscale: #474747. Windows color (decimal): -14263491 or 4021030. OLE color: 4021030.
HSL color Cylindrical-coordinate representation of color #265B3D: hue angle of 146.04º 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 #265B3D is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 61 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.64 |
| HSL | 146.04º | 0.41% | 0.25% | - |
| HSV(B) | 146.04º | 0.58% | 0.36% | - |
| XYZ | 5.38 | 8.23 | 5.72 | - |
| YUV | 71.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 61 | 0.58 | 0 | 0.33 | 0.64 | 146.04 | 0.41 | 0.25 |
| Hex | 26 | 5B | 3D | 3A | 0 | 21 | 40 | 92 | 29 | 19 |
| Octal | 46 | 133 | 75 | 72 | 0 | 41 | 100 | 222 | 51 | 31 |
| Binary | 100110 | 1011011 | 111101 | 111010 | 0 | 100001 | 1000000 | 10010010 | 101001 | 11001 |
Color Harmonies of #265B3D
Complementary color
Monochromatic Colors of #265B3D
Black with #265B3D
Text Example
Text Example
White with #265B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B3D; }
p { color: rgb(38,91,61); }
H1.HeaderClassName
{
color: #265B3D;
}
.AnyTagClassName
{
color: #265B3D;
}
</style>
background-color css
<style>
a { background-color: #265B3D; }
a { background-color: rgb(38,91,61); }
div.DivClassName
{
background-color: #265B3D;
}
.BgClassName
{
background-color: #265B3D;
}
</style>
border-color css
<style>
span { border-color: #265B3D; }
span { border-color: rgb(38,91,61); }
td.TdClassName
{
border-color: #265B3D;
}
.TagClassName
{
border-color: #265B3D;
}
</style>