Html Css Color HEX #2A5431 Parsley

📋 copy color: '#2A5431'

red 42 ◦ green 84 ◦ blue 49

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

Shades of Parsley #2A5431

Tints of Parsley #2A5431

RGB

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

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

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

R = 24%
G = 48%
B = 28%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#2A5431 (or 0x2A5431) is known color: Parsley. HEX triplet: 2A, 54 and 31. RGB value is (42,84,49). Sum of RGB (Red+Green+Blue) = 42+84+49=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5431 is #D5ABCE. Grayscale: #434343. Windows color (decimal): -14003151 or 3232810. OLE color: 3232810.

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

Color convert

RGB 42 84 49 -
CMYK 0.5 0 0.42 0.67
HSL 130º 0.33% 0.25% -
HSV(B) 130º 0.5% 0.33% -
XYZ 4.68 7.05 4.02 -
YUV 67.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 42 84 49 0.5 0 0.42 0.67 130 0.33 0.25
Hex 2A 54 31 32 0 2A 43 82 21 19
Octal 52 124 61 62 0 52 103 202 41 31
Binary 101010 1010100 110001 110010 0 101010 1000011 10000010 100001 11001

Color Harmonies of #2A5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5431

Black with #2A5431

Text Example


Text Example

White with #2A5431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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