#2A7045

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

Shades of Green Pea #2A7045

Tints of Green Pea #2A7045

Color information

#2A7045 (or 0x2A7045) is unknown color: approx Green Pea. HEX triplet: 2A, 70 and 45. RGB value is (42,112,69). Sum of RGB (Red+Green+Blue) = 42+112+69=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7045 is #D58FBA. Grayscale: #565656. Windows color (decimal): -13995963 or 4550698. OLE color: 4550698.

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

Color convert

RGB4211269-
CMYK0.6200.380.56
HSL143.14º45.45%30.2%-
HSV(B)143.14º62.5%43.92%-
XYZ7.8212.517.63-
YUV86.17118.3196.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=18.83%
G=50.22%
B=30.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42112690.6200.380.56143.1445.4530.2
Hex2A70453E026388f2d1e
Octal5216010576046702175536
Binary1010101110000100010111111001001101110001000111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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