Shades of Green Pea #265C46
Tints of Green Pea #265C46
RGB
CMYK
RGB Variations
Color information
#265C46 (or 0x265C46) is known color: Green Pea. HEX triplet: 26, 5C and 46. RGB value is (38,92,70). Sum of RGB (Red+Green+Blue) = 38+92+70=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #265C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C46 is #D9A3B9. Grayscale: #494949. Windows color (decimal): -14263226 or 4611110. OLE color: 4611110.
HSL color Cylindrical-coordinate representation of color #265C46: hue angle of 155.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C46 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 70 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.64 |
| HSL | 155.56º | 0.42% | 0.25% | - |
| HSV(B) | 155.56º | 0.59% | 0.36% | - |
| XYZ | 5.73 | 8.51 | 7.13 | - |
| YUV | 73.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 70 | 0.59 | 0 | 0.24 | 0.64 | 155.56 | 0.42 | 0.25 |
| Hex | 26 | 5C | 46 | 3B | 0 | 18 | 40 | 9C | 2A | 19 |
| Octal | 46 | 134 | 106 | 73 | 0 | 30 | 100 | 234 | 52 | 31 |
| Binary | 100110 | 1011100 | 1000110 | 111011 | 0 | 11000 | 1000000 | 10011100 | 101010 | 11001 |
Color Harmonies of #265C46
Complementary color
Monochromatic Colors of #265C46
Black with #265C46
Text Example
Text Example
White with #265C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C46; }
p { color: rgb(38,92,70); }
H1.HeaderClassName
{
color: #265C46;
}
.AnyTagClassName
{
color: #265C46;
}
</style>
background-color css
<style>
a { background-color: #265C46; }
a { background-color: rgb(38,92,70); }
div.DivClassName
{
background-color: #265C46;
}
.BgClassName
{
background-color: #265C46;
}
</style>
border-color css
<style>
span { border-color: #265C46; }
span { border-color: rgb(38,92,70); }
td.TdClassName
{
border-color: #265C46;
}
.TagClassName
{
border-color: #265C46;
}
</style>