#2B542B

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

Shades of Parsley #2B542B

Tints of Parsley #2B542B

Color information

#2B542B (or 0x2B542B) is unknown color: approx Parsley. HEX triplet: 2B, 54 and 2B. RGB value is (43,84,43). Sum of RGB (Red+Green+Blue) = 43+84+43=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #2B542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B542B is #D4ABD4. Grayscale: #434343. Windows color (decimal): -13937621 or 2839595. OLE color: 2839595.

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

Color convert

RGB438443-
CMYK0.4900.490.67
HSL120º32.28%24.9%-
HSV(B)120º48.81%32.94%-
XYZ4.67.033.4-
YUV67.07114.42110.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=25.29%
G=49.41%
B=25.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384430.4900.490.6712032.2824.9
Hex2B542B3103143782019
Octal5312453610611031704031
Binary101011101010010101111000101100011000011111100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,43); }

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

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

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

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

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

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

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