Html Css Color HEX #2A592C Parsley

📋 copy color: '#2A592C'

red 42 ◦ green 89 ◦ blue 44

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

Shades of Parsley #2A592C

Tints of Parsley #2A592C

RGB

 RED value IS 42 (16.8% from 255) = 24%

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

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

R = 24%
G = 50.86%
B = 25.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#2A592C (or 0x2A592C) is known color: Parsley. HEX triplet: 2A, 59 and 2C. RGB value is (42,89,44). Sum of RGB (Red+Green+Blue) = 42+89+44=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #2A592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A592C is #D5A6D3. Grayscale: #454545. Windows color (decimal): -14001876 or 2906410. OLE color: 2906410.

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

Color convert

RGB 42 89 44 -
CMYK 0.53 0 0.51 0.65
HSL 122.55º 0.36% 0.26% -
HSV(B) 122.55º 0.53% 0.35% -
XYZ 4.98 7.82 3.63 -
YUV 69.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 42 89 44 0.53 0 0.51 0.65 122.55 0.36 0.26
Hex 2A 59 2C 35 0 33 41 7B 24 1A
Octal 52 131 54 65 0 63 101 173 44 32
Binary 101010 1011001 101100 110101 0 110011 1000001 1111011 100100 11010

Color Harmonies of #2A592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A592C

Black with #2A592C

Text Example


Text Example

White with #2A592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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