#2D5532

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

Shades of Parsley #2D5532

Tints of Parsley #2D5532

Color information

#2D5532 (or 0x2D5532) is unknown color: approx Parsley. HEX triplet: 2D, 55 and 32. RGB value is (45,85,50). Sum of RGB (Red+Green+Blue) = 45+85+50=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5532 is #D2AACD. Grayscale: #454545. Windows color (decimal): -13806286 or 3298605. OLE color: 3298605.

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

Color convert

RGB458550-
CMYK0.4700.410.67
HSL127.5º30.77%25.49%-
HSV(B)127.5º47.06%33.33%-
XYZ4.917.294.17-
YUV69.05117.25110.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=25%
G=47.22%
B=27.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585500.4700.410.67127.530.7725.49
Hex2D55322F02943801f19
Octal5512562570511032003731
Binary101101101010111001010111101010011000011100000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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