#2C714A

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

Shades of Green Pea #2C714A

Tints of Green Pea #2C714A

Color information

#2C714A (or 0x2C714A) is unknown color: approx Green Pea. HEX triplet: 2C, 71 and 4A. RGB value is (44,113,74). Sum of RGB (Red+Green+Blue) = 44+113+74=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #2C714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C714A is #D38EB5. Grayscale: #585858. Windows color (decimal): -13864630 or 4878636. OLE color: 4878636.

HSL color Cylindrical-coordinate representation of color #2C714A: hue angle of 146.09º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C714A is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB4411374-
CMYK0.6100.350.56
HSL146.09º43.95%30.78%-
HSV(B)146.09º61.06%44.31%-
XYZ8.1812.848.53-
YUV87.92120.1496.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=19.05%
G=48.92%
B=32.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44113740.6100.350.56146.0943.9530.78
Hex2C714A3D02338922c1f
Octal5416111275043702225437
Binary1011001110001100101011110101000111110001001001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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