Shades of Green Pea #26613D
Tints of Green Pea #26613D
RGB
CMYK
RGB Variations
Color information
#26613D (or 0x26613D) is known color: Green Pea. HEX triplet: 26, 61 and 3D. RGB value is (38,97,61). Sum of RGB (Red+Green+Blue) = 38+97+61=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #26613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26613D is #D99EC2. Grayscale: #4B4B4B. Windows color (decimal): -14261955 or 4022566. OLE color: 4022566.
HSL color Cylindrical-coordinate representation of color #26613D: hue angle of 143.39º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26613D is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 61 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.62 |
| HSL | 143.39º | 0.44% | 0.26% | - |
| HSV(B) | 143.39º | 0.61% | 0.38% | - |
| XYZ | 5.92 | 9.3 | 5.9 | - |
| YUV | 75.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 61 | 0.61 | 0 | 0.37 | 0.62 | 143.39 | 0.44 | 0.26 |
| Hex | 26 | 61 | 3D | 3D | 0 | 25 | 3E | 8F | 2C | 1A |
| Octal | 46 | 141 | 75 | 75 | 0 | 45 | 76 | 217 | 54 | 32 |
| Binary | 100110 | 1100001 | 111101 | 111101 | 0 | 100101 | 111110 | 10001111 | 101100 | 11010 |
Color Harmonies of #26613D
Complementary color
Monochromatic Colors of #26613D
Black with #26613D
Text Example
Text Example
White with #26613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26613D; }
p { color: rgb(38,97,61); }
H1.HeaderClassName
{
color: #26613D;
}
.AnyTagClassName
{
color: #26613D;
}
</style>
background-color css
<style>
a { background-color: #26613D; }
a { background-color: rgb(38,97,61); }
div.DivClassName
{
background-color: #26613D;
}
.BgClassName
{
background-color: #26613D;
}
</style>
border-color css
<style>
span { border-color: #26613D; }
span { border-color: rgb(38,97,61); }
td.TdClassName
{
border-color: #26613D;
}
.TagClassName
{
border-color: #26613D;
}
</style>