Html Css Color HEX #2B562F Parsley

📋 copy color: '#2B562F'

red 43 ◦ green 86 ◦ blue 47

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

Shades of Parsley #2B562F

Tints of Parsley #2B562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 24.43%
G = 48.86%
B = 26.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#2B562F (or 0x2B562F) is known color: Parsley. HEX triplet: 2B, 56 and 2F. RGB value is (43,86,47). Sum of RGB (Red+Green+Blue) = 43+86+47=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #2B562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B562F is #D4A9D0. Grayscale: #444444. Windows color (decimal): -13937105 or 3102251. OLE color: 3102251.

HSL color Cylindrical-coordinate representation of color #2B562F: hue angle of 125.58º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B562F is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 86 47 -
CMYK 0.50 0 0.45 0.66
HSL 125.58º 0.33% 0.25% -
HSV(B) 125.58º 0.5% 0.34% -
XYZ 4.84 7.37 3.86 -
YUV 68.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 43 86 47 0.50 0 0.45 0.66 125.58 0.33 0.25
Hex 2B 56 2F 32 0 2D 42 7E 21 19
Octal 53 126 57 62 0 55 102 176 41 31
Binary 101011 1010110 101111 110010 0 101101 1000010 1111110 100001 11001

Color Harmonies of #2B562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B562F

Black with #2B562F

Text Example


Text Example

White with #2B562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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