Html Css Color HEX #2A5B36 Parsley

📋 copy color: '#2A5B36'

red 42 ◦ green 91 ◦ blue 54

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

Shades of Parsley #2A5B36

Tints of Parsley #2A5B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 22.46%
G = 48.66%
B = 28.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#2A5B36 (or 0x2A5B36) is known color: Parsley. HEX triplet: 2A, 5B and 36. RGB value is (42,91,54). Sum of RGB (Red+Green+Blue) = 42+91+54=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #2A5B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5B36 is #D5A4C9. Grayscale: #484848. Windows color (decimal): -14001354 or 3562282. OLE color: 3562282.

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

Color convert

RGB 42 91 54 -
CMYK 0.54 0 0.41 0.64
HSL 134.69º 0.37% 0.26% -
HSV(B) 134.69º 0.54% 0.36% -
XYZ 5.36 8.24 4.8 -
YUV 72.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 42 91 54 0.54 0 0.41 0.64 134.69 0.37 0.26
Hex 2A 5B 36 36 0 29 40 87 25 1A
Octal 52 133 66 66 0 51 100 207 45 32
Binary 101010 1011011 110110 110110 0 101001 1000000 10000111 100101 11010

Color Harmonies of #2A5B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5B36

Black with #2A5B36

Text Example


Text Example

White with #2A5B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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