Html Css Color HEX #2C6F49 Green Pea

📋 copy color: '#2C6F49'

red 44 ◦ green 111 ◦ blue 73

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

Shades of Green Pea #2C6F49

Tints of Green Pea #2C6F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.68%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 19.3%
G = 48.68%
B = 32.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#2C6F49 (or 0x2C6F49) is known color: Green Pea. HEX triplet: 2C, 6F and 49. RGB value is (44,111,73). Sum of RGB (Red+Green+Blue) = 44+111+73=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6F49 is #D390B6. Grayscale: #565656. Windows color (decimal): -13865143 or 4812588. OLE color: 4812588.

HSL color Cylindrical-coordinate representation of color #2C6F49: hue angle of 145.97º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6F49 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 111 73 -
CMYK 0.60 0 0.34 0.56
HSL 145.97º 0.43% 0.3% -
HSV(B) 145.97º 0.6% 0.44% -
XYZ 7.93 12.39 8.28 -
YUV 86.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 44 111 73 0.60 0 0.34 0.56 145.97 0.43 0.3
Hex 2C 6F 49 3C 0 22 38 92 2B 1E
Octal 54 157 111 74 0 42 70 222 53 36
Binary 101100 1101111 1001001 111100 0 100010 111000 10010010 101011 11110

Color Harmonies of #2C6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6F49

Black with #2C6F49

Text Example


Text Example

White with #2C6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,111,73); }

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

background-color css

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

 a { background-color: rgb(44,111,73); }

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

border-color css

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

 span { border-color: rgb(44,111,73); }

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