#2D592A

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

Shades of Parsley #2D592A

Tints of Parsley #2D592A

Color information

#2D592A (or 0x2D592A) is unknown color: approx Parsley. HEX triplet: 2D, 59 and 2A. RGB value is (45,89,42). Sum of RGB (Red+Green+Blue) = 45+89+42=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #2D592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D592A is #D2A6D5. Grayscale: #464646. Windows color (decimal): -13805270 or 2775341. OLE color: 2775341.

HSL color Cylindrical-coordinate representation of color #2D592A: hue angle of 116.17º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D592A is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB458942-
CMYK0.4900.530.65
HSL116.17º35.88%25.69%-
HSV(B)116.17º52.81%34.9%-
XYZ5.077.873.44-
YUV70.49111.92109.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.57%
GREEN value IS 89 (35.16% from 255) = 50.57%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=25.57%
G=50.57%
B=23.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4589420.4900.530.65116.1735.8825.69
Hex2D592A310354174241a
Octal5513152610651011644432
Binary101101101100110101011000101101011000001111010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,89,42); }

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

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

 a { background-color: rgb(45,89,42); }

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

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

 span { border-color: rgb(45,89,42); }

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