Html Css Color HEX #2A5B24 Parsley

📋 copy color: '#2A5B24'

red 42 ◦ green 91 ◦ blue 36

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

Shades of Parsley #2A5B24

Tints of Parsley #2A5B24

RGB

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

 GREEN value IS 91 (35.94% from 255) = 53.85%

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 24.85%
G = 53.85%
B = 21.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#2A5B24 (or 0x2A5B24) is known color: Parsley. HEX triplet: 2A, 5B and 24. RGB value is (42,91,36). Sum of RGB (Red+Green+Blue) = 42+91+36=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #2A5B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5B24 is #D5A4DB. Grayscale: #464646. Windows color (decimal): -14001372 or 2382634. OLE color: 2382634.

HSL color Cylindrical-coordinate representation of color #2A5B24: hue angle of 113.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5B24 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 91 36 -
CMYK 0.54 0 0.60 0.64
HSL 113.45º 0.43% 0.25% -
HSV(B) 113.45º 0.6% 0.36% -
XYZ 5.01 8.1 2.97 -
YUV 70.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 42 91 36 0.54 0 0.60 0.64 113.45 0.43 0.25
Hex 2A 5B 24 36 0 3C 40 71 2B 19
Octal 52 133 44 66 0 74 100 161 53 31
Binary 101010 1011011 100100 110110 0 111100 1000000 1110001 101011 11001

Color Harmonies of #2A5B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5B24

Black with #2A5B24

Text Example


Text Example

White with #2A5B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,91,36); }

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

background-color css

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

 a { background-color: rgb(42,91,36); }

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

border-color css

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

 span { border-color: rgb(42,91,36); }

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