Shades of Green Pea #265B43
Tints of Green Pea #265B43
RGB
CMYK
RGB Variations
Color information
#265B43 (or 0x265B43) is known color: Green Pea. HEX triplet: 26, 5B and 43. RGB value is (38,91,67). Sum of RGB (Red+Green+Blue) = 38+91+67=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #265B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B43 is #D9A4BC. Grayscale: #484848. Windows color (decimal): -14263485 or 4414246. OLE color: 4414246.
HSL color Cylindrical-coordinate representation of color #265B43: hue angle of 152.83º 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 #265B43 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 67 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.64 |
| HSL | 152.83º | 0.41% | 0.25% | - |
| HSV(B) | 152.83º | 0.58% | 0.36% | - |
| XYZ | 5.55 | 8.3 | 6.62 | - |
| YUV | 72.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 67 | 0.58 | 0 | 0.26 | 0.64 | 152.83 | 0.41 | 0.25 |
| Hex | 26 | 5B | 43 | 3A | 0 | 1A | 40 | 99 | 29 | 19 |
| Octal | 46 | 133 | 103 | 72 | 0 | 32 | 100 | 231 | 51 | 31 |
| Binary | 100110 | 1011011 | 1000011 | 111010 | 0 | 11010 | 1000000 | 10011001 | 101001 | 11001 |
Color Harmonies of #265B43
Complementary color
Monochromatic Colors of #265B43
Black with #265B43
Text Example
Text Example
White with #265B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B43; }
p { color: rgb(38,91,67); }
H1.HeaderClassName
{
color: #265B43;
}
.AnyTagClassName
{
color: #265B43;
}
</style>
background-color css
<style>
a { background-color: #265B43; }
a { background-color: rgb(38,91,67); }
div.DivClassName
{
background-color: #265B43;
}
.BgClassName
{
background-color: #265B43;
}
</style>
border-color css
<style>
span { border-color: #265B43; }
span { border-color: rgb(38,91,67); }
td.TdClassName
{
border-color: #265B43;
}
.TagClassName
{
border-color: #265B43;
}
</style>