Shades of Evening Sea #2C6253
Tints of Evening Sea #2C6253
RGB
CMYK
RGB Variations
Color information
#2C6253 (or 0x2C6253) is known color: Evening Sea. HEX triplet: 2C, 62 and 53. RGB value is (44,98,83). Sum of RGB (Red+Green+Blue) = 44+98+83=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6253 is #D39DAC. Grayscale: #505050. Windows color (decimal): -13868461 or 5464620. OLE color: 5464620.
HSL color Cylindrical-coordinate representation of color #2C6253: hue angle of 163.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C6253 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 83 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.62 |
| HSL | 163.33º | 0.38% | 0.28% | - |
| HSV(B) | 163.33º | 0.55% | 0.38% | - |
| XYZ | 6.97 | 9.9 | 9.73 | - |
| YUV | 80.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 83 | 0.55 | 0 | 0.15 | 0.62 | 163.33 | 0.38 | 0.28 |
| Hex | 2C | 62 | 53 | 37 | 0 | F | 3E | A3 | 26 | 1C |
| Octal | 54 | 142 | 123 | 67 | 0 | 17 | 76 | 243 | 46 | 34 |
| Binary | 101100 | 1100010 | 1010011 | 110111 | 0 | 1111 | 111110 | 10100011 | 100110 | 11100 |
Color Harmonies of #2C6253
Complementary color
Monochromatic Colors of #2C6253
Black with #2C6253
Text Example
Text Example
White with #2C6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6253; }
p { color: rgb(44,98,83); }
H1.HeaderClassName
{
color: #2C6253;
}
.AnyTagClassName
{
color: #2C6253;
}
</style>
background-color css
<style>
a { background-color: #2C6253; }
a { background-color: rgb(44,98,83); }
div.DivClassName
{
background-color: #2C6253;
}
.BgClassName
{
background-color: #2C6253;
}
</style>
border-color css
<style>
span { border-color: #2C6253; }
span { border-color: rgb(44,98,83); }
td.TdClassName
{
border-color: #2C6253;
}
.TagClassName
{
border-color: #2C6253;
}
</style>