Html Css Color HEX #2C5631 Parsley

📋 copy color: '#2C5631'

red 44 ◦ green 86 ◦ blue 49

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

Shades of Parsley #2C5631

Tints of Parsley #2C5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.04%

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 24.58%
G = 48.04%
B = 27.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#2C5631 (or 0x2C5631) is known color: Parsley. HEX triplet: 2C, 56 and 31. RGB value is (44,86,49). Sum of RGB (Red+Green+Blue) = 44+86+49=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #2C5631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5631 is #D3A9CE. Grayscale: #454545. Windows color (decimal): -13871567 or 3233324. OLE color: 3233324.

HSL color Cylindrical-coordinate representation of color #2C5631: hue angle of 127.14º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C5631 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 44 86 49 -
CMYK 0.49 0 0.43 0.66
HSL 127.14º 0.32% 0.25% -
HSV(B) 127.14º 0.49% 0.34% -
XYZ 4.92 7.41 4.08 -
YUV 69.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 44 86 49 0.49 0 0.43 0.66 127.14 0.32 0.25
Hex 2C 56 31 31 0 2B 42 7F 20 19
Octal 54 126 61 61 0 53 102 177 40 31
Binary 101100 1010110 110001 110001 0 101011 1000010 1111111 100000 11001

Color Harmonies of #2C5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5631

Black with #2C5631

Text Example


Text Example

White with #2C5631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,86,49); }

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

background-color css

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

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

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

border-color css

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

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

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