#2B622F

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

Shades of Parsley #2B622F

Tints of Parsley #2B622F

Color information

#2B622F (or 0x2B622F) is unknown color: approx Parsley. HEX triplet: 2B, 62 and 2F. RGB value is (43,98,47). Sum of RGB (Red+Green+Blue) = 43+98+47=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #2B622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B622F is #D49DD0. Grayscale: #4B4B4B. Windows color (decimal): -13934033 or 3105323. OLE color: 3105323.

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

Color convert

RGB439847-
CMYK0.5600.520.62
HSL124.36º39.01%27.65%-
HSV(B)124.36º56.12%38.43%-
XYZ5.889.454.2-
YUV75.74111.78104.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 47 (18.75% from 255) = 25%
R=22.87%
G=52.13%
B=25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398470.5600.520.62124.3639.0127.65
Hex2B622F380343E7c271c
Octal531425770064761744734
Binary10101111000101011111110000110100111110111110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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