Html Css Color HEX #2C6949 Green Pea

📋 copy color: '#2C6949'

red 44 ◦ green 105 ◦ blue 73

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

Shades of Green Pea #2C6949

Tints of Green Pea #2C6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.3%

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

R = 19.82%
G = 47.3%
B = 32.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#2C6949 (or 0x2C6949) is known color: Green Pea. HEX triplet: 2C, 69 and 49. RGB value is (44,105,73). Sum of RGB (Red+Green+Blue) = 44+105+73=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6949 is #D396B6. Grayscale: #535353. Windows color (decimal): -13866679 or 4811052. OLE color: 4811052.

HSL color Cylindrical-coordinate representation of color #2C6949: hue angle of 148.52º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6949 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 105 73 -
CMYK 0.58 0 0.30 0.59
HSL 148.52º 0.41% 0.29% -
HSV(B) 148.52º 0.58% 0.41% -
XYZ 7.29 11.12 8.07 -
YUV 83.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 44 105 73 0.58 0 0.30 0.59 148.52 0.41 0.29
Hex 2C 69 49 3A 0 1E 3B 95 29 1D
Octal 54 151 111 72 0 36 73 225 51 35
Binary 101100 1101001 1001001 111010 0 11110 111011 10010101 101001 11101

Color Harmonies of #2C6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6949

Black with #2C6949

Text Example


Text Example

White with #2C6949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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