Html Css Color HEX #2C6651 Evening Sea

📋 copy color: '#2C6651'

red 44 ◦ green 102 ◦ blue 81

#2C6651
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #2C6651

Tints of Evening Sea #2C6651

RGB

 RED value IS 44 (17.58% from 255) = 19.38%

 GREEN value IS 102 (40.23% from 255) = 44.93%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 19.38%
G = 44.93%
B = 35.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2C6651 (or 0x2C6651) is known color: Evening Sea. HEX triplet: 2C, 66 and 51. RGB value is (44,102,81). Sum of RGB (Red+Green+Blue) = 44+102+81=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6651 is #D399AE. Grayscale: #525252. Windows color (decimal): -13867439 or 5334572. OLE color: 5334572.

HSL color Cylindrical-coordinate representation of color #2C6651: hue angle of 158.28º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C6651 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 102 81 -
CMYK 0.57 0 0.21 0.6
HSL 158.28º 0.4% 0.29% -
HSV(B) 158.28º 0.57% 0.4% -
XYZ 7.28 10.63 9.45 -
YUV 82.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 44 102 81 0.57 0 0.21 0.6 158.28 0.4 0.29
Hex 2C 66 51 39 0 15 3C 9E 28 1D
Octal 54 146 121 71 0 25 74 236 50 35
Binary 101100 1100110 1010001 111001 0 10101 111100 10011110 101000 11101

Color Harmonies of #2C6651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6651

Black with #2C6651

Text Example


Text Example

White with #2C6651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C6651; }

 p { color: rgb(44,102,81); }

 H1.HeaderClassName
 {
   color: #2C6651;
 }
 .AnyTagClassName
 {
   color: #2C6651;
 }
</style>

background-color css

<style>
 a { background-color: #2C6651; }

 a { background-color: rgb(44,102,81); }

 div.DivClassName
 {
   background-color: #2C6651;
 }
 .BgClassName
 {
   background-color: #2C6651;
 }
</style>

border-color css

<style>
 span { border-color: #2C6651; }

 span { border-color: rgb(44,102,81); }

 td.TdClassName
 {
   border-color: #2C6651;
 }
 .TagClassName
 {
   border-color: #2C6651;
 }
</style>