Html Css Color HEX #2C5032 Parsley

📋 copy color: '#2C5032'

red 44 ◦ green 80 ◦ blue 50

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

Shades of Parsley #2C5032

Tints of Parsley #2C5032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.98%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 25.29%
G = 45.98%
B = 28.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#2C5032 (or 0x2C5032) is known color: Parsley. HEX triplet: 2C, 50 and 32. RGB value is (44,80,50). Sum of RGB (Red+Green+Blue) = 44+80+50=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5032 is #D3AFCD. Grayscale: #414141. Windows color (decimal): -13873102 or 3297324. OLE color: 3297324.

HSL color Cylindrical-coordinate representation of color #2C5032: hue angle of 130º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C5032 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 50 -
CMYK 0.45 0 0.37 0.69
HSL 130º 0.29% 0.24% -
HSV(B) 130º 0.45% 0.31% -
XYZ 4.48 6.5 4.04 -
YUV 65.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 44 80 50 0.45 0 0.37 0.69 130 0.29 0.24
Hex 2C 50 32 2D 0 25 45 82 1D 18
Octal 54 120 62 55 0 45 105 202 35 30
Binary 101100 1010000 110010 101101 0 100101 1000101 10000010 11101 11000

Color Harmonies of #2C5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5032

Black with #2C5032

Text Example


Text Example

White with #2C5032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,50); }

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

background-color css

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

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

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

border-color css

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

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

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