Html Css Color HEX #2C5329 Parsley

📋 copy color: '#2C5329'

red 44 ◦ green 83 ◦ blue 41

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

Shades of Parsley #2C5329

Tints of Parsley #2C5329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 26.19%
G = 49.4%
B = 24.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#2C5329 (or 0x2C5329) is known color: Parsley. HEX triplet: 2C, 53 and 29. RGB value is (44,83,41). Sum of RGB (Red+Green+Blue) = 44+83+41=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5329 is #D3ACD6. Grayscale: #424242. Windows color (decimal): -13872343 or 2708268. OLE color: 2708268.

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

Color convert

RGB 44 83 41 -
CMYK 0.47 0 0.51 0.67
HSL 115.71º 0.34% 0.24% -
HSV(B) 115.71º 0.51% 0.33% -
XYZ 4.53 6.88 3.19 -
YUV 66.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 44 83 41 0.47 0 0.51 0.67 115.71 0.34 0.24
Hex 2C 53 29 2F 0 33 43 74 22 18
Octal 54 123 51 57 0 63 103 164 42 30
Binary 101100 1010011 101001 101111 0 110011 1000011 1110100 100010 11000

Color Harmonies of #2C5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5329

Black with #2C5329

Text Example


Text Example

White with #2C5329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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