Shades of Green Pea #21613C
Tints of Green Pea #21613C
RGB
CMYK
RGB Variations
Color information
#21613C (or 0x21613C) is known color: Green Pea. HEX triplet: 21, 61 and 3C. RGB value is (33,97,60). Sum of RGB (Red+Green+Blue) = 33+97+60=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #21613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21613C is #DE9EC3. Grayscale: #494949. Windows color (decimal): -14589636 or 3957025. OLE color: 3957025.
HSL color Cylindrical-coordinate representation of color #21613C: hue angle of 145.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21613C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 97 | 60 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.62 |
| HSL | 145.31º | 0.49% | 0.25% | - |
| HSV(B) | 145.31º | 0.66% | 0.38% | - |
| XYZ | 5.72 | 9.2 | 5.75 | - |
| YUV | 73.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 60 | 0.66 | 0 | 0.38 | 0.62 | 145.31 | 0.49 | 0.25 |
| Hex | 21 | 61 | 3C | 42 | 0 | 26 | 3E | 91 | 31 | 19 |
| Octal | 41 | 141 | 74 | 102 | 0 | 46 | 76 | 221 | 61 | 31 |
| Binary | 100001 | 1100001 | 111100 | 1000010 | 0 | 100110 | 111110 | 10010001 | 110001 | 11001 |
Color Harmonies of #21613C
Complementary color
Monochromatic Colors of #21613C
Black with #21613C
Text Example
Text Example
White with #21613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21613C; }
p { color: rgb(33,97,60); }
H1.HeaderClassName
{
color: #21613C;
}
.AnyTagClassName
{
color: #21613C;
}
</style>
background-color css
<style>
a { background-color: #21613C; }
a { background-color: rgb(33,97,60); }
div.DivClassName
{
background-color: #21613C;
}
.BgClassName
{
background-color: #21613C;
}
</style>
border-color css
<style>
span { border-color: #21613C; }
span { border-color: rgb(33,97,60); }
td.TdClassName
{
border-color: #21613C;
}
.TagClassName
{
border-color: #21613C;
}
</style>