#2B6032

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

Shades of Parsley #2B6032

Tints of Parsley #2B6032

Color information

#2B6032 (or 0x2B6032) is unknown color: approx Parsley. HEX triplet: 2B, 60 and 32. RGB value is (43,96,50). Sum of RGB (Red+Green+Blue) = 43+96+50=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6032 is #D49FCD. Grayscale: #4B4B4B. Windows color (decimal): -13934542 or 3301419. OLE color: 3301419.

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

Color convert

RGB439650-
CMYK0.5500.480.62
HSL127.92º38.13%27.25%-
HSV(B)127.92º55.21%37.65%-
XYZ5.759.114.47-
YUV74.91113.94105.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=22.75%
G=50.79%
B=26.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396500.5500.480.62127.9238.1327.25
Hex2B6032370303E80261b
Octal531406267060762004633
Binary101011110000011001011011101100001111101000000010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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