#2D6546

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

Shades of Green Pea #2D6546

Tints of Green Pea #2D6546

Color information

#2D6546 (or 0x2D6546) is unknown color: approx Green Pea. HEX triplet: 2D, 65 and 46. RGB value is (45,101,70). Sum of RGB (Red+Green+Blue) = 45+101+70=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6546 is #D29AB9. Grayscale: #505050. Windows color (decimal): -13802170 or 4613421. OLE color: 4613421.

HSL color Cylindrical-coordinate representation of color #2D6546: hue angle of 146.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6546 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB4510170-
CMYK0.5500.310.60
HSL146.79º38.36%28.63%-
HSV(B)146.79º55.45%39.61%-
XYZ6.8410.317.42-
YUV80.72121.95102.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.83%
GREEN value IS 101 (39.84% from 255) = 46.76%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=20.83%
G=46.76%
B=32.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45101700.5500.310.60146.7938.3628.63
Hex2D65463701F3C93261d
Octal5514510667037742234635
Binary101101110010110001101101110111111111001001001110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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