Html Css Color HEX #2C592D Parsley

📋 copy color: '#2C592D'

red 44 ◦ green 89 ◦ blue 45

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

Shades of Parsley #2C592D

Tints of Parsley #2C592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 24.72%
G = 50%
B = 25.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#2C592D (or 0x2C592D) is known color: Parsley. HEX triplet: 2C, 59 and 2D. RGB value is (44,89,45). Sum of RGB (Red+Green+Blue) = 44+89+45=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #2C592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C592D is #D3A6D2. Grayscale: #464646. Windows color (decimal): -13870803 or 2971948. OLE color: 2971948.

HSL color Cylindrical-coordinate representation of color #2C592D: hue angle of 121.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C592D is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 45 -
CMYK 0.51 0 0.49 0.65
HSL 121.33º 0.34% 0.26% -
HSV(B) 121.33º 0.51% 0.35% -
XYZ 5.08 7.87 3.73 -
YUV 70.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 44 89 45 0.51 0 0.49 0.65 121.33 0.34 0.26
Hex 2C 59 2D 33 0 31 41 79 22 1A
Octal 54 131 55 63 0 61 101 171 42 32
Binary 101100 1011001 101101 110011 0 110001 1000001 1111001 100010 11010

Color Harmonies of #2C592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C592D

Black with #2C592D

Text Example


Text Example

White with #2C592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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