#2A7044

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

Shades of Green Pea #2A7044

Tints of Green Pea #2A7044

Color information

#2A7044 (or 0x2A7044) is unknown color: approx Green Pea. HEX triplet: 2A, 70 and 44. RGB value is (42,112,68). Sum of RGB (Red+Green+Blue) = 42+112+68=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7044 is #D58FBB. Grayscale: #565656. Windows color (decimal): -13995964 or 4485162. OLE color: 4485162.

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

Color convert

RGB4211268-
CMYK0.6200.390.56
HSL142.29º45.45%30.2%-
HSV(B)142.29º62.5%43.92%-
XYZ7.7912.57.47-
YUV86.05117.8196.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=18.92%
G=50.45%
B=30.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42112680.6200.390.56142.2945.4530.2
Hex2A70443E027388e2d1e
Octal5216010476047702165536
Binary1010101110000100010011111001001111110001000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,68); }

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

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

 a { background-color: rgb(42,112,68); }

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

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

 span { border-color: rgb(42,112,68); }

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