Html Css Color HEX #2C532C Parsley

📋 copy color: '#2C532C'

red 44 ◦ green 83 ◦ blue 44

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

Shades of Parsley #2C532C

Tints of Parsley #2C532C

RGB

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

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

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

R = 25.73%
G = 48.54%
B = 25.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#2C532C (or 0x2C532C) is known color: Parsley. HEX triplet: 2C, 53 and 2C. RGB value is (44,83,44). Sum of RGB (Red+Green+Blue) = 44+83+44=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #2C532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C532C is #D3ACD3. Grayscale: #434343. Windows color (decimal): -13872340 or 2904876. OLE color: 2904876.

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

Color convert

RGB 44 83 44 -
CMYK 0.47 0 0.47 0.67
HSL 120º 0.31% 0.25% -
HSV(B) 120º 0.47% 0.33% -
XYZ 4.59 6.9 3.47 -
YUV 66.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 44 83 44 0.47 0 0.47 0.67 120 0.31 0.25
Hex 2C 53 2C 2F 0 2F 43 78 1F 19
Octal 54 123 54 57 0 57 103 170 37 31
Binary 101100 1010011 101100 101111 0 101111 1000011 1111000 11111 11001

Color Harmonies of #2C532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C532C

Black with #2C532C

Text Example


Text Example

White with #2C532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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