#2D6E44

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

Shades of Green Pea #2D6E44

Tints of Green Pea #2D6E44

Color information

#2D6E44 (or 0x2D6E44) is unknown color: approx Green Pea. HEX triplet: 2D, 6E and 44. RGB value is (45,110,68). Sum of RGB (Red+Green+Blue) = 45+110+68=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6E44 is #D291BB. Grayscale: #555555. Windows color (decimal): -13799868 or 4484653. OLE color: 4484653.

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

Color convert

RGB4511068-
CMYK0.5900.380.57
HSL141.23º41.94%30.39%-
HSV(B)141.23º59.09%43.14%-
XYZ7.712.137.4-
YUV85.78117.9798.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=20.18%
G=49.33%
B=30.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45110680.5900.380.57141.2341.9430.39
Hex2D6E443B026398d2a1e
Octal5515610473046712155236
Binary1011011101110100010011101101001101110011000110110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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