#2A5F2E

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

Shades of Parsley #2A5F2E

Tints of Parsley #2A5F2E

Color information

#2A5F2E (or 0x2A5F2E) is unknown color: approx Parsley. HEX triplet: 2A, 5F and 2E. RGB value is (42,95,46). Sum of RGB (Red+Green+Blue) = 42+95+46=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5F2E is #D5A0D1. Grayscale: #494949. Windows color (decimal): -14000338 or 3039018. OLE color: 3039018.

HSL color Cylindrical-coordinate representation of color #2A5F2E: hue angle of 124.53º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A5F2E is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB429546-
CMYK0.5600.520.63
HSL124.53º38.69%26.86%-
HSV(B)124.53º55.79%37.25%-
XYZ5.548.874.01-
YUV73.57112.44105.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 95 (37.5% from 255) = 51.91%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=22.95%
G=51.91%
B=25.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4295460.5600.520.63124.5338.6926.86
Hex2A5F2E380343F7d271b
Octal521375670064771754733
Binary10101010111111011101110000110100111111111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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