#2B622D

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

Shades of Parsley #2B622D

Tints of Parsley #2B622D

Color information

#2B622D (or 0x2B622D) is unknown color: approx Parsley. HEX triplet: 2B, 62 and 2D. RGB value is (43,98,45). Sum of RGB (Red+Green+Blue) = 43+98+45=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #2B622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B622D is #D49DD2. Grayscale: #4B4B4B. Windows color (decimal): -13934035 or 2974251. OLE color: 2974251.

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

Color convert

RGB439845-
CMYK0.5600.540.62
HSL122.18º39.01%27.65%-
HSV(B)122.18º56.12%38.43%-
XYZ5.849.444-
YUV75.51110.78104.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=23.12%
G=52.69%
B=24.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398450.5600.540.62122.1839.0127.65
Hex2B622D380363E7a271c
Octal531425570066761724734
Binary10101111000101011011110000110110111110111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,45); }

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

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

 a { background-color: rgb(43,98,45); }

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

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

 span { border-color: rgb(43,98,45); }

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