Html Css Color HEX #2C6047 Green Pea

📋 copy color: '#2C6047'

red 44 ◦ green 96 ◦ blue 71

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

Shades of Green Pea #2C6047

Tints of Green Pea #2C6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 20.85%
G = 45.5%
B = 33.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#2C6047 (or 0x2C6047) is known color: Green Pea. HEX triplet: 2C, 60 and 47. RGB value is (44,96,71). Sum of RGB (Red+Green+Blue) = 44+96+71=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6047 is #D39FB8. Grayscale: #4D4D4D. Windows color (decimal): -13868985 or 4677676. OLE color: 4677676.

HSL color Cylindrical-coordinate representation of color #2C6047: hue angle of 151.15º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C6047 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 96 71 -
CMYK 0.54 0 0.26 0.62
HSL 151.15º 0.37% 0.27% -
HSV(B) 151.15º 0.54% 0.38% -
XYZ 6.36 9.36 7.43 -
YUV 77.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 44 96 71 0.54 0 0.26 0.62 151.15 0.37 0.27
Hex 2C 60 47 36 0 1A 3E 97 25 1B
Octal 54 140 107 66 0 32 76 227 45 33
Binary 101100 1100000 1000111 110110 0 11010 111110 10010111 100101 11011

Color Harmonies of #2C6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6047

Black with #2C6047

Text Example


Text Example

White with #2C6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,96,71); }

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

background-color css

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

 a { background-color: rgb(44,96,71); }

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

border-color css

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

 span { border-color: rgb(44,96,71); }

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