Html Css Color HEX #2A542B Parsley

📋 copy color: '#2A542B'

red 42 ◦ green 84 ◦ blue 43

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

Shades of Parsley #2A542B

Tints of Parsley #2A542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 24.85%
G = 49.7%
B = 25.44%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#2A542B (or 0x2A542B) is known color: Parsley. HEX triplet: 2A, 54 and 2B. RGB value is (42,84,43). Sum of RGB (Red+Green+Blue) = 42+84+43=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #2A542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A542B is #D5ABD4. Grayscale: #424242. Windows color (decimal): -14003157 or 2839594. OLE color: 2839594.

HSL color Cylindrical-coordinate representation of color #2A542B: hue angle of 121.43º 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 #2A542B is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 84 43 -
CMYK 0.5 0 0.49 0.67
HSL 121.43º 0.33% 0.25% -
HSV(B) 121.43º 0.5% 0.33% -
XYZ 4.56 7.01 3.4 -
YUV 66.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 42 84 43 0.5 0 0.49 0.67 121.43 0.33 0.25
Hex 2A 54 2B 32 0 31 43 79 21 19
Octal 52 124 53 62 0 61 103 171 41 31
Binary 101010 1010100 101011 110010 0 110001 1000011 1111001 100001 11001

Color Harmonies of #2A542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A542B

Black with #2A542B

Text Example


Text Example

White with #2A542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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