#2B532C

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

Shades of Parsley #2B532C

Tints of Parsley #2B532C

Color information

#2B532C (or 0x2B532C) is unknown color: approx Parsley. HEX triplet: 2B, 53 and 2C. RGB value is (43,83,44). Sum of RGB (Red+Green+Blue) = 43+83+44=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #2B532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B532C is #D4ACD3. Grayscale: #424242. Windows color (decimal): -13937876 or 2904875. OLE color: 2904875.

HSL color Cylindrical-coordinate representation of color #2B532C: hue angle of 121.5º 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 #2B532C is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB438344-
CMYK0.4800.470.67
HSL121.5º31.75%24.71%-
HSV(B)121.5º48.19%32.55%-
XYZ4.546.883.47-
YUV66.59115.25111.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 83 (32.81% from 255) = 48.82%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=25.29%
G=48.82%
B=25.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383440.4800.470.67121.531.7524.71
Hex2B532C3002F437a2019
Octal5312354600571031724031
Binary101011101001110110011000001011111000011111101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,44); }

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

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

 a { background-color: rgb(43,83,44); }

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

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

 span { border-color: rgb(43,83,44); }

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