Html Css Color HEX #2B542E Parsley

📋 copy color: '#2B542E'

red 43 ◦ green 84 ◦ blue 46

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

Shades of Parsley #2B542E

Tints of Parsley #2B542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 24.86%
G = 48.55%
B = 26.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#2B542E (or 0x2B542E) is known color: Parsley. HEX triplet: 2B, 54 and 2E. RGB value is (43,84,46). Sum of RGB (Red+Green+Blue) = 43+84+46=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2B542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B542E is #D4ABD1. Grayscale: #434343. Windows color (decimal): -13937618 or 3036203. OLE color: 3036203.

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

Color convert

RGB 43 84 46 -
CMYK 0.49 0 0.45 0.67
HSL 124.39º 0.32% 0.25% -
HSV(B) 124.39º 0.49% 0.33% -
XYZ 4.66 7.05 3.7 -
YUV 67.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 43 84 46 0.49 0 0.45 0.67 124.39 0.32 0.25
Hex 2B 54 2E 31 0 2D 43 7C 20 19
Octal 53 124 56 61 0 55 103 174 40 31
Binary 101011 1010100 101110 110001 0 101101 1000011 1111100 100000 11001

Color Harmonies of #2B542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B542E

Black with #2B542E

Text Example


Text Example

White with #2B542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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