Html Css Color HEX #2B5632 Parsley

📋 copy color: '#2B5632'

red 43 ◦ green 86 ◦ blue 50

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

Shades of Parsley #2B5632

Tints of Parsley #2B5632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.93%

R = 24.02%
G = 48.04%
B = 27.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#2B5632 (or 0x2B5632) is known color: Parsley. HEX triplet: 2B, 56 and 32. RGB value is (43,86,50). Sum of RGB (Red+Green+Blue) = 43+86+50=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5632 is #D4A9CD. Grayscale: #454545. Windows color (decimal): -13937102 or 3298859. OLE color: 3298859.

HSL color Cylindrical-coordinate representation of color #2B5632: hue angle of 129.77º 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 #2B5632 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 86 50 -
CMYK 0.50 0 0.42 0.66
HSL 129.77º 0.33% 0.25% -
HSV(B) 129.77º 0.5% 0.34% -
XYZ 4.9 7.4 4.19 -
YUV 69.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 43 86 50 0.50 0 0.42 0.66 129.77 0.33 0.25
Hex 2B 56 32 32 0 2A 42 82 21 19
Octal 53 126 62 62 0 52 102 202 41 31
Binary 101011 1010110 110010 110010 0 101010 1000010 10000010 100001 11001

Color Harmonies of #2B5632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5632

Black with #2B5632

Text Example


Text Example

White with #2B5632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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