#2A602B

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

Shades of Parsley #2A602B

Tints of Parsley #2A602B

Color information

#2A602B (or 0x2A602B) is unknown color: approx Parsley. HEX triplet: 2A, 60 and 2B. RGB value is (42,96,43). Sum of RGB (Red+Green+Blue) = 42+96+43=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #2A602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A602B is #D59FD4. Grayscale: #494949. Windows color (decimal): -14000085 or 2842666. OLE color: 2842666.

HSL color Cylindrical-coordinate representation of color #2A602B: hue angle of 121.11º 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 #2A602B is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB429643-
CMYK0.5600.550.62
HSL121.11º39.13%27.06%-
HSV(B)121.11º56.25%37.65%-
XYZ5.579.033.74-
YUV73.81110.61105.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=23.20%
G=53.04%
B=23.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296430.5600.550.62121.1139.1327.06
Hex2A602B380373E79271b
Octal521405370067761714733
Binary10101011000001010111110000110111111110111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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