#2B562D

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

Shades of Parsley #2B562D

Tints of Parsley #2B562D

Color information

#2B562D (or 0x2B562D) is unknown color: approx Parsley. HEX triplet: 2B, 56 and 2D. RGB value is (43,86,45). Sum of RGB (Red+Green+Blue) = 43+86+45=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #2B562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B562D is #D4A9D2. Grayscale: #444444. Windows color (decimal): -13937107 or 2971179. OLE color: 2971179.

HSL color Cylindrical-coordinate representation of color #2B562D: hue angle of 122.79º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B562D is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB438645-
CMYK0.5000.480.66
HSL122.79º33.33%25.29%-
HSV(B)122.79º50%33.73%-
XYZ4.87.363.65-
YUV68.47114.75109.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=24.71%
G=49.43%
B=25.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386450.5000.480.66122.7933.3325.29
Hex2B562D32030427b2119
Octal5312655620601021734131
Binary101011101011010110111001001100001000010111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,45); }

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

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

 a { background-color: rgb(43,86,45); }

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

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

 span { border-color: rgb(43,86,45); }

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