Shades of Green Pea #265D44
Tints of Green Pea #265D44
RGB
CMYK
RGB Variations
Color information
#265D44 (or 0x265D44) is known color: Green Pea. HEX triplet: 26, 5D and 44. RGB value is (38,93,68). Sum of RGB (Red+Green+Blue) = 38+93+68=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #265D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D44 is #D9A2BB. Grayscale: #494949. Windows color (decimal): -14262972 or 4480294. OLE color: 4480294.
HSL color Cylindrical-coordinate representation of color #265D44: hue angle of 152.73º 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 #265D44 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 68 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.64 |
| HSL | 152.73º | 0.42% | 0.26% | - |
| HSV(B) | 152.73º | 0.59% | 0.36% | - |
| XYZ | 5.76 | 8.66 | 6.84 | - |
| YUV | 73.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 68 | 0.59 | 0 | 0.27 | 0.64 | 152.73 | 0.42 | 0.26 |
| Hex | 26 | 5D | 44 | 3B | 0 | 1B | 40 | 99 | 2A | 1A |
| Octal | 46 | 135 | 104 | 73 | 0 | 33 | 100 | 231 | 52 | 32 |
| Binary | 100110 | 1011101 | 1000100 | 111011 | 0 | 11011 | 1000000 | 10011001 | 101010 | 11010 |
Color Harmonies of #265D44
Complementary color
Monochromatic Colors of #265D44
Black with #265D44
Text Example
Text Example
White with #265D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D44; }
p { color: rgb(38,93,68); }
H1.HeaderClassName
{
color: #265D44;
}
.AnyTagClassName
{
color: #265D44;
}
</style>
background-color css
<style>
a { background-color: #265D44; }
a { background-color: rgb(38,93,68); }
div.DivClassName
{
background-color: #265D44;
}
.BgClassName
{
background-color: #265D44;
}
</style>
border-color css
<style>
span { border-color: #265D44; }
span { border-color: rgb(38,93,68); }
td.TdClassName
{
border-color: #265D44;
}
.TagClassName
{
border-color: #265D44;
}
</style>