#2A7149

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

Shades of Green Pea #2A7149

Tints of Green Pea #2A7149

Color information

#2A7149 (or 0x2A7149) is unknown color: approx Green Pea. HEX triplet: 2A, 71 and 49. RGB value is (42,113,73). Sum of RGB (Red+Green+Blue) = 42+113+73=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7149 is #D58EB6. Grayscale: #575757. Windows color (decimal): -13995703 or 4813098. OLE color: 4813098.

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

Color convert

RGB4211373-
CMYK0.6300.350.56
HSL146.2º45.81%30.39%-
HSV(B)146.2º62.83%44.31%-
XYZ8.0612.788.35-
YUV87.21119.9895.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 113 (44.53% from 255) = 49.56%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=18.42%
G=49.56%
B=32.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42113730.6300.350.56146.245.8130.39
Hex2A71493F02338922e1e
Octal5216111177043702225636
Binary1010101110001100100111111101000111110001001001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,73); }

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

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

 a { background-color: rgb(42,113,73); }

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

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

 span { border-color: rgb(42,113,73); }

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