#2A612C

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

Shades of Parsley #2A612C

Tints of Parsley #2A612C

Color information

#2A612C (or 0x2A612C) is unknown color: approx Parsley. HEX triplet: 2A, 61 and 2C. RGB value is (42,97,44). Sum of RGB (Red+Green+Blue) = 42+97+44=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #2A612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A612C is #D59ED3. Grayscale: #4A4A4A. Windows color (decimal): -13999828 or 2908458. OLE color: 2908458.

HSL color Cylindrical-coordinate representation of color #2A612C: hue angle of 122.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A612C is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB429744-
CMYK0.5700.550.62
HSL122.18º39.57%27.25%-
HSV(B)122.18º56.7%38.04%-
XYZ5.689.223.86-
YUV74.51110.78104.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=22.95%
G=53.01%
B=24.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297440.5700.550.62122.1839.5727.25
Hex2A612C390373E7a281b
Octal521415471067761725033
Binary10101011000011011001110010110111111110111101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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