Html Css Color HEX #2C522D Parsley

📋 copy color: '#2C522D'

red 44 ◦ green 82 ◦ blue 45

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

Shades of Parsley #2C522D

Tints of Parsley #2C522D

RGB

 RED value IS 44 (17.58% from 255) = 25.73%

 GREEN value IS 82 (32.42% from 255) = 47.95%

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 25.73%
G = 47.95%
B = 26.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#2C522D (or 0x2C522D) is known color: Parsley. HEX triplet: 2C, 52 and 2D. RGB value is (44,82,45). Sum of RGB (Red+Green+Blue) = 44+82+45=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #2C522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C522D is #D3ADD2. Grayscale: #424242. Windows color (decimal): -13872595 or 2970156. OLE color: 2970156.

HSL color Cylindrical-coordinate representation of color #2C522D: hue angle of 121.58º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C522D is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 82 45 -
CMYK 0.46 0 0.45 0.68
HSL 121.58º 0.3% 0.25% -
HSV(B) 121.58º 0.46% 0.32% -
XYZ 4.53 6.76 3.55 -
YUV 66.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 44 82 45 0.46 0 0.45 0.68 121.58 0.3 0.25
Hex 2C 52 2D 2E 0 2D 44 7A 1E 19
Octal 54 122 55 56 0 55 104 172 36 31
Binary 101100 1010010 101101 101110 0 101101 1000100 1111010 11110 11001

Color Harmonies of #2C522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C522D

Black with #2C522D

Text Example


Text Example

White with #2C522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,45); }

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

background-color css

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

 a { background-color: rgb(44,82,45); }

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

border-color css

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

 span { border-color: rgb(44,82,45); }

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