Html Css Color HEX #2B542F Parsley

📋 copy color: '#2B542F'

red 43 ◦ green 84 ◦ blue 47

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

Shades of Parsley #2B542F

Tints of Parsley #2B542F

RGB

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

 GREEN value IS 84 (33.2% 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 value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#2B542F (or 0x2B542F) is known color: 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

RGB 43 84 47 -
CMYK 0.49 0 0.44 0.67
HSL 125.85º 0.32% 0.25% -
HSV(B) 125.85º 0.49% 0.33% -
XYZ 4.68 7.06 3.81 -
YUV 67.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 43 84 47 0.49 0 0.44 0.67 125.85 0.32 0.25
Hex 2B 54 2F 31 0 2C 43 7E 20 19
Octal 53 124 57 61 0 54 103 176 40 31
Binary 101011 1010100 101111 110001 0 101100 1000011 1111110 100000 11001

Color Harmonies of #2B542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B542F

Black with #2B542F

Text Example


Text Example

White with #2B542F

Text Example


Text Example

HTML Codes & Css Web 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>