Html Css Color HEX #2A5D31 Parsley

📋 copy color: '#2A5D31'

red 42 ◦ green 93 ◦ blue 49

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

Shades of Parsley #2A5D31

Tints of Parsley #2A5D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.54%

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

R = 22.83%
G = 50.54%
B = 26.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#2A5D31 (or 0x2A5D31) is known color: Parsley. HEX triplet: 2A, 5D and 31. RGB value is (42,93,49). Sum of RGB (Red+Green+Blue) = 42+93+49=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D31 is #D5A2CE. Grayscale: #484848. Windows color (decimal): -14000847 or 3235114. OLE color: 3235114.

HSL color Cylindrical-coordinate representation of color #2A5D31: hue angle of 128.24º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5D31 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 93 49 -
CMYK 0.55 0 0.47 0.64
HSL 128.24º 0.38% 0.26% -
HSV(B) 128.24º 0.55% 0.36% -
XYZ 5.42 8.54 4.27 -
YUV 72.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 42 93 49 0.55 0 0.47 0.64 128.24 0.38 0.26
Hex 2A 5D 31 37 0 2F 40 80 26 1A
Octal 52 135 61 67 0 57 100 200 46 32
Binary 101010 1011101 110001 110111 0 101111 1000000 10000000 100110 11010

Color Harmonies of #2A5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5D31

Black with #2A5D31

Text Example


Text Example

White with #2A5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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