Html Css Color HEX #2B532C Parsley

📋 copy color: '#2B532C'

red 43 ◦ green 83 ◦ blue 44

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

Shades of Parsley #2B532C

Tints of Parsley #2B532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.82%

 BLUE value IS 44 (17.58% from 255) = 25.88%

R = 25.29%
G = 48.82%
B = 25.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#2B532C (or 0x2B532C) is known color: Parsley. HEX triplet: 2B, 53 and 2C. RGB value is (43,83,44). Sum of RGB (Red+Green+Blue) = 43+83+44=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #2B532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B532C is #D4ACD3. Grayscale: #424242. Windows color (decimal): -13937876 or 2904875. OLE color: 2904875.

HSL color Cylindrical-coordinate representation of color #2B532C: hue angle of 121.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B532C is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 83 44 -
CMYK 0.48 0 0.47 0.67
HSL 121.5º 0.32% 0.25% -
HSV(B) 121.5º 0.48% 0.33% -
XYZ 4.54 6.88 3.47 -
YUV 66.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 43 83 44 0.48 0 0.47 0.67 121.5 0.32 0.25
Hex 2B 53 2C 30 0 2F 43 7A 20 19
Octal 53 123 54 60 0 57 103 172 40 31
Binary 101011 1010011 101100 110000 0 101111 1000011 1111010 100000 11001

Color Harmonies of #2B532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B532C

Black with #2B532C

Text Example


Text Example

White with #2B532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,44); }

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

background-color css

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

 a { background-color: rgb(43,83,44); }

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

border-color css

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

 span { border-color: rgb(43,83,44); }

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