Shades of Green Pea #265C3F
Tints of Green Pea #265C3F
RGB
CMYK
RGB Variations
Color information
#265C3F (or 0x265C3F) is known color: Green Pea. HEX triplet: 26, 5C and 3F. RGB value is (38,92,63). Sum of RGB (Red+Green+Blue) = 38+92+63=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #265C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C3F is #D9A3C0. Grayscale: #484848. Windows color (decimal): -14263233 or 4152358. OLE color: 4152358.
HSL color Cylindrical-coordinate representation of color #265C3F: hue angle of 147.78º 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 #265C3F is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 63 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.64 |
| HSL | 147.78º | 0.42% | 0.25% | - |
| HSV(B) | 147.78º | 0.59% | 0.36% | - |
| XYZ | 5.52 | 8.43 | 6.04 | - |
| YUV | 72.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 63 | 0.59 | 0 | 0.32 | 0.64 | 147.78 | 0.42 | 0.25 |
| Hex | 26 | 5C | 3F | 3B | 0 | 20 | 40 | 94 | 2A | 19 |
| Octal | 46 | 134 | 77 | 73 | 0 | 40 | 100 | 224 | 52 | 31 |
| Binary | 100110 | 1011100 | 111111 | 111011 | 0 | 100000 | 1000000 | 10010100 | 101010 | 11001 |
Color Harmonies of #265C3F
Complementary color
Monochromatic Colors of #265C3F
Black with #265C3F
Text Example
Text Example
White with #265C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C3F; }
p { color: rgb(38,92,63); }
H1.HeaderClassName
{
color: #265C3F;
}
.AnyTagClassName
{
color: #265C3F;
}
</style>
background-color css
<style>
a { background-color: #265C3F; }
a { background-color: rgb(38,92,63); }
div.DivClassName
{
background-color: #265C3F;
}
.BgClassName
{
background-color: #265C3F;
}
</style>
border-color css
<style>
span { border-color: #265C3F; }
span { border-color: rgb(38,92,63); }
td.TdClassName
{
border-color: #265C3F;
}
.TagClassName
{
border-color: #265C3F;
}
</style>