#2A632E

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

Shades of Parsley #2A632E

Tints of Parsley #2A632E

Color information

#2A632E (or 0x2A632E) is unknown color: approx Parsley. HEX triplet: 2A, 63 and 2E. RGB value is (42,99,46). Sum of RGB (Red+Green+Blue) = 42+99+46=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #2A632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A632E is #D59CD1. Grayscale: #4C4C4C. Windows color (decimal): -13999314 or 3040042. OLE color: 3040042.

HSL color Cylindrical-coordinate representation of color #2A632E: hue angle of 124.21º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A632E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB429946-
CMYK0.5800.540.61
HSL124.21º40.43%27.65%-
HSV(B)124.21º57.58%38.82%-
XYZ5.919.614.13-
YUV75.91111.12103.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=22.46%
G=52.94%
B=24.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299460.5800.540.61124.2140.4327.65
Hex2A632E3A0363D7c281c
Octal521435672066751745034
Binary10101011000111011101110100110110111101111110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,46); }

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

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

 a { background-color: rgb(42,99,46); }

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

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

 span { border-color: rgb(42,99,46); }

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