#2A602D

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

Shades of Parsley #2A602D

Tints of Parsley #2A602D

Color information

#2A602D (or 0x2A602D) is unknown color: approx Parsley. HEX triplet: 2A, 60 and 2D. RGB value is (42,96,45). Sum of RGB (Red+Green+Blue) = 42+96+45=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #2A602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A602D is #D59FD2. Grayscale: #4A4A4A. Windows color (decimal): -14000083 or 2973738. OLE color: 2973738.

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

Color convert

RGB429645-
CMYK0.5600.530.62
HSL123.33º39.13%27.06%-
HSV(B)123.33º56.25%37.65%-
XYZ5.619.053.93-
YUV74.04111.61105.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=22.95%
G=52.46%
B=24.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296450.5600.530.62123.3339.1327.06
Hex2A602D380353E7b271b
Octal521405570065761734733
Binary10101011000001011011110000110101111110111101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,45); }

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

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

 a { background-color: rgb(42,96,45); }

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

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

 span { border-color: rgb(42,96,45); }

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