#2D4E2C

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

Shades of Parsley #2D4E2C

Tints of Parsley #2D4E2C

Color information

#2D4E2C (or 0x2D4E2C) is unknown color: approx Parsley. HEX triplet: 2D, 4E and 2C. RGB value is (45,78,44). Sum of RGB (Red+Green+Blue) = 45+78+44=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E2C is #D2B1D3. Grayscale: #404040. Windows color (decimal): -13808084 or 2903597. OLE color: 2903597.

HSL color Cylindrical-coordinate representation of color #2D4E2C: hue angle of 118.24º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D4E2C is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB457844-
CMYK0.4200.440.69
HSL118.24º27.87%23.92%-
HSV(B)118.24º43.59%30.59%-
XYZ4.266.193.35-
YUV64.26116.57114.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.95%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=26.95%
G=46.71%
B=26.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4578440.4200.440.69118.2427.8723.92
Hex2D4E2C2A02C45761c18
Octal5511654520541051663430
Binary10110110011101011001010100101100100010111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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