Html Css Color HEX #2A5531 Parsley

📋 copy color: '#2A5531'

red 42 ◦ green 85 ◦ blue 49

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

Shades of Parsley #2A5531

Tints of Parsley #2A5531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.3%

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

R = 23.86%
G = 48.3%
B = 27.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#2A5531 (or 0x2A5531) is known color: Parsley. HEX triplet: 2A, 55 and 31. RGB value is (42,85,49). Sum of RGB (Red+Green+Blue) = 42+85+49=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5531 is #D5AACE. Grayscale: #444444. Windows color (decimal): -14002895 or 3233066. OLE color: 3233066.

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

Color convert

RGB 42 85 49 -
CMYK 0.51 0 0.42 0.67
HSL 129.77º 0.34% 0.25% -
HSV(B) 129.77º 0.51% 0.33% -
XYZ 4.76 7.21 4.05 -
YUV 68.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 42 85 49 0.51 0 0.42 0.67 129.77 0.34 0.25
Hex 2A 55 31 33 0 2A 43 82 22 19
Octal 52 125 61 63 0 52 103 202 42 31
Binary 101010 1010101 110001 110011 0 101010 1000011 10000010 100010 11001

Color Harmonies of #2A5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5531

Black with #2A5531

Text Example


Text Example

White with #2A5531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,85,49); }

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

background-color css

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

 a { background-color: rgb(42,85,49); }

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

border-color css

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

 span { border-color: rgb(42,85,49); }

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