Html Css Color HEX #2C5431 Parsley

📋 copy color: '#2C5431'

red 44 ◦ green 84 ◦ blue 49

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

Shades of Parsley #2C5431

Tints of Parsley #2C5431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

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

R = 24.86%
G = 47.46%
B = 27.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#2C5431 (or 0x2C5431) is known color: Parsley. HEX triplet: 2C, 54 and 31. RGB value is (44,84,49). Sum of RGB (Red+Green+Blue) = 44+84+49=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5431 is #D3ABCE. Grayscale: #444444. Windows color (decimal): -13872079 or 3232812. OLE color: 3232812.

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

Color convert

RGB 44 84 49 -
CMYK 0.48 0 0.42 0.67
HSL 127.5º 0.31% 0.25% -
HSV(B) 127.5º 0.48% 0.33% -
XYZ 4.76 7.1 4.02 -
YUV 68.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 44 84 49 0.48 0 0.42 0.67 127.5 0.31 0.25
Hex 2C 54 31 30 0 2A 43 80 1F 19
Octal 54 124 61 60 0 52 103 200 37 31
Binary 101100 1010100 110001 110000 0 101010 1000011 10000000 11111 11001

Color Harmonies of #2C5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5431

Black with #2C5431

Text Example


Text Example

White with #2C5431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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