Html Css Color HEX #2A592B Parsley

📋 copy color: '#2A592B'

red 42 ◦ green 89 ◦ blue 43

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

Shades of Parsley #2A592B

Tints of Parsley #2A592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 24.14%
G = 51.15%
B = 24.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#2A592B (or 0x2A592B) is known color: Parsley. HEX triplet: 2A, 59 and 2B. RGB value is (42,89,43). Sum of RGB (Red+Green+Blue) = 42+89+43=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #2A592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A592B is #D5A6D4. Grayscale: #454545. Windows color (decimal): -14001877 or 2840874. OLE color: 2840874.

HSL color Cylindrical-coordinate representation of color #2A592B: hue angle of 121.28º 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 #2A592B is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 89 43 -
CMYK 0.53 0 0.52 0.65
HSL 121.28º 0.36% 0.26% -
HSV(B) 121.28º 0.53% 0.35% -
XYZ 4.96 7.81 3.53 -
YUV 69.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 42 89 43 0.53 0 0.52 0.65 121.28 0.36 0.26
Hex 2A 59 2B 35 0 34 41 79 24 1A
Octal 52 131 53 65 0 64 101 171 44 32
Binary 101010 1011001 101011 110101 0 110100 1000001 1111001 100100 11010

Color Harmonies of #2A592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A592B

Black with #2A592B

Text Example


Text Example

White with #2A592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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