Html Css Color HEX #2B5B32 Parsley

📋 copy color: '#2B5B32'

red 43 ◦ green 91 ◦ blue 50

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

Shades of Parsley #2B5B32

Tints of Parsley #2B5B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.46%

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

R = 23.37%
G = 49.46%
B = 27.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#2B5B32 (or 0x2B5B32) is known color: Parsley. HEX triplet: 2B, 5B and 32. RGB value is (43,91,50). Sum of RGB (Red+Green+Blue) = 43+91+50=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B32 is #D4A4CD. Grayscale: #484848. Windows color (decimal): -13935822 or 3300139. OLE color: 3300139.

HSL color Cylindrical-coordinate representation of color #2B5B32: hue angle of 128.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5B32 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 91 50 -
CMYK 0.53 0 0.45 0.64
HSL 128.75º 0.36% 0.26% -
HSV(B) 128.75º 0.53% 0.36% -
XYZ 5.31 8.23 4.33 -
YUV 71.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 43 91 50 0.53 0 0.45 0.64 128.75 0.36 0.26
Hex 2B 5B 32 35 0 2D 40 81 24 1A
Octal 53 133 62 65 0 55 100 201 44 32
Binary 101011 1011011 110010 110101 0 101101 1000000 10000001 100100 11010

Color Harmonies of #2B5B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5B32

Black with #2B5B32

Text Example


Text Example

White with #2B5B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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