#2A512B

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

Shades of Parsley #2A512B

Tints of Parsley #2A512B

Color information

#2A512B (or 0x2A512B) is unknown color: approx Parsley. HEX triplet: 2A, 51 and 2B. RGB value is (42,81,43). Sum of RGB (Red+Green+Blue) = 42+81+43=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #2A512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A512B is #D5AED4. Grayscale: #414141. Windows color (decimal): -14003925 or 2838826. OLE color: 2838826.

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

Color convert

RGB428143-
CMYK0.4800.470.68
HSL121.54º31.71%24.12%-
HSV(B)121.54º48.15%31.76%-
XYZ4.336.553.32-
YUV65.01115.58111.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=25.30%
G=48.80%
B=25.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4281430.4800.470.68121.5431.7124.12
Hex2A512B3002F447a2018
Octal5212153600571041724030
Binary101010101000110101111000001011111000100111101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A512B;
 }
 .AnyTagClassName
 {
   color: #2A512B;
 }
</style>
background-color css

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

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

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

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

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

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