#2A502D

Color #2A502D Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #2A502D

Tints of Parsley #2A502D

Color information

#2A502D (or 0x2A502D) is unknown color: approx 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.47%. 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

RGB428045-
CMYK0.4800.440.69
HSL124.74º31.15%23.92%-
HSV(B)124.74º47.5%31.37%-
XYZ4.36.423.5-
YUV64.65116.91111.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=25.15%
G=47.90%
B=26.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280450.4800.440.69124.7431.1523.92
Hex2A502D3002C457d1f18
Octal5212055600541051753730
Binary10101010100001011011100000101100100010111111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>