#2C654C

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

Shades of Green Pea #2C654C

Tints of Green Pea #2C654C

Color information

#2C654C (or 0x2C654C) is unknown color: approx Green Pea. HEX triplet: 2C, 65 and 4C. RGB value is (44,101,76). Sum of RGB (Red+Green+Blue) = 44+101+76=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #2C654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C654C is #D39AB3. Grayscale: #515151. Windows color (decimal): -13867700 or 5006636. OLE color: 5006636.

HSL color Cylindrical-coordinate representation of color #2C654C: hue angle of 153.68º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C654C is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB4410176-
CMYK0.5600.250.60
HSL153.68º39.31%28.43%-
HSV(B)153.68º56.44%39.61%-
XYZ710.368.47-
YUV81.11125.12101.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=19.91%
G=45.70%
B=34.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101760.5600.250.60153.6839.3128.43
Hex2C654C380193C9a271c
Octal5414511470031742324734
Binary101100110010110011001110000110011111001001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,101,76); }

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

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

 a { background-color: rgb(44,101,76); }

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

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

 span { border-color: rgb(44,101,76); }

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