Html Css Color HEX #2C522E Parsley

📋 copy color: '#2C522E'

red 44 ◦ green 82 ◦ blue 46

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

Shades of Parsley #2C522E

Tints of Parsley #2C522E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.74%

R = 25.58%
G = 47.67%
B = 26.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#2C522E (or 0x2C522E) is known color: Parsley. HEX triplet: 2C, 52 and 2E. RGB value is (44,82,46). Sum of RGB (Red+Green+Blue) = 44+82+46=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #2C522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C522E is #D3ADD1. Grayscale: #424242. Windows color (decimal): -13872594 or 3035692. OLE color: 3035692.

HSL color Cylindrical-coordinate representation of color #2C522E: hue angle of 123.16º 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 #2C522E is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 82 46 -
CMYK 0.46 0 0.44 0.68
HSL 123.16º 0.3% 0.25% -
HSV(B) 123.16º 0.46% 0.32% -
XYZ 4.55 6.77 3.65 -
YUV 66.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 44 82 46 0.46 0 0.44 0.68 123.16 0.3 0.25
Hex 2C 52 2E 2E 0 2C 44 7B 1E 19
Octal 54 122 56 56 0 54 104 173 36 31
Binary 101100 1010010 101110 101110 0 101100 1000100 1111011 11110 11001

Color Harmonies of #2C522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C522E

Black with #2C522E

Text Example


Text Example

White with #2C522E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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