#2D6649

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

Shades of Green Pea #2D6649

Tints of Green Pea #2D6649

Color information

#2D6649 (or 0x2D6649) is unknown color: approx Green Pea. HEX triplet: 2D, 66 and 49. RGB value is (45,102,73). Sum of RGB (Red+Green+Blue) = 45+102+73=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6649 is #D299B6. Grayscale: #515151. Windows color (decimal): -13801911 or 4810285. OLE color: 4810285.

HSL color Cylindrical-coordinate representation of color #2D6649: hue angle of 149.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D6649 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB4510273-
CMYK0.5600.280.6
HSL149.47º38.78%28.82%-
HSV(B)149.47º55.88%40%-
XYZ7.0410.547.97-
YUV81.65123.12101.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.45%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=20.45%
G=46.36%
B=33.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102730.5600.280.6149.4738.7828.82
Hex2D66493801C3C95271d
Octal5514611170034742254735
Binary101101110011010010011110000111001111001001010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,102,73); }

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

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

 a { background-color: rgb(45,102,73); }

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

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

 span { border-color: rgb(45,102,73); }

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