#2D7046

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

Shades of Green Pea #2D7046

Tints of Green Pea #2D7046

Color information

#2D7046 (or 0x2D7046) is unknown color: approx Green Pea. HEX triplet: 2D, 70 and 46. RGB value is (45,112,70). Sum of RGB (Red+Green+Blue) = 45+112+70=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7046 is #D28FB9. Grayscale: #575757. Windows color (decimal): -13799354 or 4616237. OLE color: 4616237.

HSL color Cylindrical-coordinate representation of color #2D7046: hue angle of 142.39º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7046 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB4511270-
CMYK0.6000.380.56
HSL142.39º42.68%30.78%-
HSV(B)142.39º59.82%43.92%-
XYZ7.9812.597.8-
YUV87.18118.397.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=19.82%
G=49.34%
B=30.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112700.6000.380.56142.3942.6830.78
Hex2D70463C026388e2b1f
Octal5516010674046702165337
Binary1011011110000100011011110001001101110001000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,70); }

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

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

 a { background-color: rgb(45,112,70); }

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

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

 span { border-color: rgb(45,112,70); }

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