Html Css Color HEX #2B542C Parsley

📋 copy color: '#2B542C'

red 43 ◦ green 84 ◦ blue 44

#2B542C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #2B542C

Tints of Parsley #2B542C

RGB

 RED value IS 43 (17.19% from 255) = 25.15%

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 25.15%
G = 49.12%
B = 25.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#2B542C (or 0x2B542C) is known color: Parsley. HEX triplet: 2B, 54 and 2C. RGB value is (43,84,44). Sum of RGB (Red+Green+Blue) = 43+84+44=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #2B542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B542C is #D4ABD3. Grayscale: #434343. Windows color (decimal): -13937620 or 2905131. OLE color: 2905131.

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

Color convert

RGB 43 84 44 -
CMYK 0.49 0 0.48 0.67
HSL 121.46º 0.32% 0.25% -
HSV(B) 121.46º 0.49% 0.33% -
XYZ 4.62 7.04 3.5 -
YUV 67.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 43 84 44 0.49 0 0.48 0.67 121.46 0.32 0.25
Hex 2B 54 2C 31 0 30 43 79 20 19
Octal 53 124 54 61 0 60 103 171 40 31
Binary 101011 1010100 101100 110001 0 110000 1000011 1111001 100000 11001

Color Harmonies of #2B542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B542C

Black with #2B542C

Text Example


Text Example

White with #2B542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B542C;
 }
 .AnyTagClassName
 {
   color: #2B542C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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