#2D6E4E

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

Shades of Green Pea #2D6E4E

Tints of Green Pea #2D6E4E

Color information

#2D6E4E (or 0x2D6E4E) is unknown color: approx Green Pea. HEX triplet: 2D, 6E and 4E. RGB value is (45,110,78). Sum of RGB (Red+Green+Blue) = 45+110+78=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6E4E is #D291B1. Grayscale: #565656. Windows color (decimal): -13799858 or 5140013. OLE color: 5140013.

HSL color Cylindrical-coordinate representation of color #2D6E4E: hue angle of 150.46º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6E4E is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB4511078-
CMYK0.5900.290.57
HSL150.46º41.94%30.39%-
HSV(B)150.46º59.09%43.14%-
XYZ8.0312.269.15-
YUV86.92122.9798.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=19.31%
G=47.21%
B=33.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45110780.5900.290.57150.4641.9430.39
Hex2D6E4E3B01D39962a1e
Octal5515611673035712265236
Binary101101110111010011101110110111011110011001011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,110,78); }

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

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

 a { background-color: rgb(45,110,78); }

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

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

 span { border-color: rgb(45,110,78); }

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