#2C613F

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

Shades of Green Pea #2C613F

Tints of Green Pea #2C613F

Color information

#2C613F (or 0x2C613F) is unknown color: approx Green Pea. HEX triplet: 2C, 61 and 3F. RGB value is (44,97,63). Sum of RGB (Red+Green+Blue) = 44+97+63=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #2C613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C613F is #D39EC0. Grayscale: #4D4D4D. Windows color (decimal): -13868737 or 4153644. OLE color: 4153644.

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

Color convert

RGB449763-
CMYK0.5500.350.62
HSL141.51º37.59%27.65%-
HSV(B)141.51º54.64%38.04%-
XYZ6.219.446.2-
YUV77.28119.94104.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.57%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 63 (25% from 255) = 30.88%
R=21.57%
G=47.55%
B=30.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497630.5500.350.62141.5137.5927.65
Hex2C613F370233E8e261c
Octal541417767043762164634
Binary101100110000111111111011101000111111101000111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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