#2C7248

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

Shades of Green Pea #2C7248

Tints of Green Pea #2C7248

Color information

#2C7248 (or 0x2C7248) is unknown color: approx Green Pea. HEX triplet: 2C, 72 and 48. RGB value is (44,114,72). Sum of RGB (Red+Green+Blue) = 44+114+72=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7248 is #D38DB7. Grayscale: #585858. Windows color (decimal): -13864376 or 4747820. OLE color: 4747820.

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

Color convert

RGB4411472-
CMYK0.6100.370.55
HSL144º44.3%30.98%-
HSV(B)144º61.4%44.71%-
XYZ8.2313.048.21-
YUV88.28118.8196.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.13%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=19.13%
G=49.57%
B=31.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44114720.6100.370.5514444.330.98
Hex2C72483D02537902c1f
Octal5416211075045672205437
Binary1011001110010100100011110101001011101111001000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,114,72); }

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

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

 a { background-color: rgb(44,114,72); }

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

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

 span { border-color: rgb(44,114,72); }

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