#2D552C

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

Shades of Parsley #2D552C

Tints of Parsley #2D552C

Color information

#2D552C (or 0x2D552C) is unknown color: approx Parsley. HEX triplet: 2D, 55 and 2C. RGB value is (45,85,44). Sum of RGB (Red+Green+Blue) = 45+85+44=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #2D552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D552C is #D2AAD3. Grayscale: #444444. Windows color (decimal): -13806292 or 2905389. OLE color: 2905389.

HSL color Cylindrical-coordinate representation of color #2D552C: hue angle of 118.54º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D552C is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB458544-
CMYK0.4700.480.67
HSL118.54º31.78%25.29%-
HSV(B)118.54º48.24%33.33%-
XYZ4.797.243.53-
YUV68.37114.25111.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.86%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=25.86%
G=48.85%
B=25.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585440.4700.480.67118.5431.7825.29
Hex2D552C2F03043772019
Octal5512554570601031674031
Binary101101101010110110010111101100001000011111011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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