#2C654A

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

Shades of Green Pea #2C654A

Tints of Green Pea #2C654A

Color information

#2C654A (or 0x2C654A) is unknown color: approx Green Pea. HEX triplet: 2C, 65 and 4A. RGB value is (44,101,74). Sum of RGB (Red+Green+Blue) = 44+101+74=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #2C654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C654A is #D39AB5. Grayscale: #505050. Windows color (decimal): -13867702 or 4875564. OLE color: 4875564.

HSL color Cylindrical-coordinate representation of color #2C654A: hue angle of 151.58º 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 #2C654A is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB4410174-
CMYK0.5600.270.60
HSL151.58º39.31%28.43%-
HSV(B)151.58º56.44%39.61%-
XYZ6.9310.348.11-
YUV80.88124.12101.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=20.09%
G=46.12%
B=33.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101740.5600.270.60151.5839.3128.43
Hex2C654A3801B3C98271c
Octal5414511270033742304734
Binary101100110010110010101110000110111111001001100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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