Html Css Color HEX #2A502D Parsley

📋 copy color: '#2A502D'

red 42 ◦ green 80 ◦ blue 45

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

Shades of Parsley #2A502D

Tints of Parsley #2A502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

 BLUE value IS 45 (17.97% from 255) = 26.95%

R = 25.15%
G = 47.9%
B = 26.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#2A502D (or 0x2A502D) is known color: Parsley. HEX triplet: 2A, 50 and 2D. RGB value is (42,80,45). Sum of RGB (Red+Green+Blue) = 42+80+45=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #2A502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A502D is #D5AFD2. Grayscale: #404040. Windows color (decimal): -14004179 or 2969642. OLE color: 2969642.

HSL color Cylindrical-coordinate representation of color #2A502D: hue angle of 124.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A502D is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 42 80 45 -
CMYK 0.48 0 0.44 0.69
HSL 124.74º 0.31% 0.24% -
HSV(B) 124.74º 0.48% 0.31% -
XYZ 4.3 6.42 3.5 -
YUV 64.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 42 80 45 0.48 0 0.44 0.69 124.74 0.31 0.24
Hex 2A 50 2D 30 0 2C 45 7D 1F 18
Octal 52 120 55 60 0 54 105 175 37 30
Binary 101010 1010000 101101 110000 0 101100 1000101 1111101 11111 11000

Color Harmonies of #2A502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A502D

Black with #2A502D

Text Example


Text Example

White with #2A502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,80,45); }

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

background-color css

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

 a { background-color: rgb(42,80,45); }

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

border-color css

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

 span { border-color: rgb(42,80,45); }

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