Html Css Color HEX #2C6246 Green Pea

📋 copy color: '#2C6246'

red 44 ◦ green 98 ◦ blue 70

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

Shades of Green Pea #2C6246

Tints of Green Pea #2C6246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 20.75%
G = 46.23%
B = 33.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#2C6246 (or 0x2C6246) is known color: Green Pea. HEX triplet: 2C, 62 and 46. RGB value is (44,98,70). Sum of RGB (Red+Green+Blue) = 44+98+70=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6246 is #D39DB9. Grayscale: #4E4E4E. Windows color (decimal): -13868474 or 4612652. OLE color: 4612652.

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

Color convert

RGB 44 98 70 -
CMYK 0.55 0 0.29 0.62
HSL 148.89º 0.38% 0.28% -
HSV(B) 148.89º 0.55% 0.38% -
XYZ 6.51 9.71 7.33 -
YUV 78.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 44 98 70 0.55 0 0.29 0.62 148.89 0.38 0.28
Hex 2C 62 46 37 0 1D 3E 95 26 1C
Octal 54 142 106 67 0 35 76 225 46 34
Binary 101100 1100010 1000110 110111 0 11101 111110 10010101 100110 11100

Color Harmonies of #2C6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6246

Black with #2C6246

Text Example


Text Example

White with #2C6246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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