Html Css Color HEX #2A5B2C Parsley

📋 copy color: '#2A5B2C'

red 42 ◦ green 91 ◦ blue 44

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

Shades of Parsley #2A5B2C

Tints of Parsley #2A5B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 23.73%
G = 51.41%
B = 24.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#2A5B2C (or 0x2A5B2C) is known color: Parsley. HEX triplet: 2A, 5B and 2C. RGB value is (42,91,44). Sum of RGB (Red+Green+Blue) = 42+91+44=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #2A5B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5B2C is #D5A4D3. Grayscale: #474747. Windows color (decimal): -14001364 or 2906922. OLE color: 2906922.

HSL color Cylindrical-coordinate representation of color #2A5B2C: hue angle of 122.45º 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 #2A5B2C is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 91 44 -
CMYK 0.54 0 0.52 0.64
HSL 122.45º 0.37% 0.26% -
HSV(B) 122.45º 0.54% 0.36% -
XYZ 5.15 8.16 3.69 -
YUV 70.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 42 91 44 0.54 0 0.52 0.64 122.45 0.37 0.26
Hex 2A 5B 2C 36 0 34 40 7A 25 1A
Octal 52 133 54 66 0 64 100 172 45 32
Binary 101010 1011011 101100 110110 0 110100 1000000 1111010 100101 11010

Color Harmonies of #2A5B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5B2C

Black with #2A5B2C

Text Example


Text Example

White with #2A5B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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