Html Css Color HEX #2B5533 Parsley

📋 copy color: '#2B5533'

red 43 ◦ green 85 ◦ blue 51

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

Shades of Parsley #2B5533

Tints of Parsley #2B5533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.49%

 BLUE value IS 51 (20.31% from 255) = 28.49%

R = 24.02%
G = 47.49%
B = 28.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#2B5533 (or 0x2B5533) is known color: Parsley. HEX triplet: 2B, 55 and 33. RGB value is (43,85,51). Sum of RGB (Red+Green+Blue) = 43+85+51=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5533 is #D4AACC. Grayscale: #444444. Windows color (decimal): -13937357 or 3364139. OLE color: 3364139.

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

Color convert

RGB 43 85 51 -
CMYK 0.49 0 0.40 0.67
HSL 131.43º 0.33% 0.25% -
HSV(B) 131.43º 0.49% 0.33% -
XYZ 4.84 7.25 4.28 -
YUV 68.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 43 85 51 0.49 0 0.40 0.67 131.43 0.33 0.25
Hex 2B 55 33 31 0 28 43 83 21 19
Octal 53 125 63 61 0 50 103 203 41 31
Binary 101011 1010101 110011 110001 0 101000 1000011 10000011 100001 11001

Color Harmonies of #2B5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5533

Black with #2B5533

Text Example


Text Example

White with #2B5533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,51); }

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

background-color css

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

 a { background-color: rgb(43,85,51); }

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

border-color css

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

 span { border-color: rgb(43,85,51); }

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