Html Css Color HEX #2C6249 Green Pea

📋 copy color: '#2C6249'

red 44 ◦ green 98 ◦ blue 73

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

Shades of Green Pea #2C6249

Tints of Green Pea #2C6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.58%

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

R = 20.47%
G = 45.58%
B = 33.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#2C6249 (or 0x2C6249) is known color: Green Pea. HEX triplet: 2C, 62 and 49. RGB value is (44,98,73). Sum of RGB (Red+Green+Blue) = 44+98+73=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6249 is #D39DB6. Grayscale: #4F4F4F. Windows color (decimal): -13868471 or 4809260. OLE color: 4809260.

HSL color Cylindrical-coordinate representation of color #2C6249: hue angle of 152.22º 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 #2C6249 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 98 73 -
CMYK 0.55 0 0.26 0.62
HSL 152.22º 0.38% 0.28% -
HSV(B) 152.22º 0.55% 0.38% -
XYZ 6.61 9.75 7.84 -
YUV 79 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 44 98 73 0.55 0 0.26 0.62 152.22 0.38 0.28
Hex 2C 62 49 37 0 1A 3E 98 26 1C
Octal 54 142 111 67 0 32 76 230 46 34
Binary 101100 1100010 1001001 110111 0 11010 111110 10011000 100110 11100

Color Harmonies of #2C6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6249

Black with #2C6249

Text Example


Text Example

White with #2C6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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