#2B542F

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

Shades of Parsley #2B542F

Tints of Parsley #2B542F

Color information

#2B542F (or 0x2B542F) is unknown color: approx Parsley. HEX triplet: 2B, 54 and 2F. RGB value is (43,84,47). Sum of RGB (Red+Green+Blue) = 43+84+47=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #2B542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B542F is #D4ABD0. Grayscale: #434343. Windows color (decimal): -13937617 or 3101739. OLE color: 3101739.

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

Color convert

RGB438447-
CMYK0.4900.440.67
HSL125.85º32.28%24.9%-
HSV(B)125.85º48.81%32.94%-
XYZ4.687.063.81-
YUV67.52116.42110.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=24.71%
G=48.28%
B=27.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384470.4900.440.67125.8532.2824.9
Hex2B542F3102C437e2019
Octal5312457610541031764031
Binary101011101010010111111000101011001000011111111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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