#2C614A

Color #2C614A Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2C614A

Tints of Green Pea #2C614A

Color information

#2C614A (or 0x2C614A) is unknown color: approx Green Pea. HEX triplet: 2C, 61 and 4A. RGB value is (44,97,74). Sum of RGB (Red+Green+Blue) = 44+97+74=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #2C614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C614A is #D39EB5. Grayscale: #4E4E4E. Windows color (decimal): -13868726 or 4874540. OLE color: 4874540.

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

Color convert

RGB449774-
CMYK0.5500.240.62
HSL153.96º37.59%27.65%-
HSV(B)153.96º54.64%38.04%-
XYZ6.559.587.98-
YUV78.53125.44103.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.47%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=20.47%
G=45.12%
B=34.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497740.5500.240.62153.9637.5927.65
Hex2C614A370183E9a261c
Octal5414111267030762324634
Binary101100110000110010101101110110001111101001101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,74); }

 H1.HeaderClassName
 {
   color: #2C614A;
 }
 .AnyTagClassName
 {
   color: #2C614A;
 }
</style>
background-color css

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

 a { background-color: rgb(44,97,74); }

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

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

 span { border-color: rgb(44,97,74); }

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