#2B6432

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

Shades of Parsley #2B6432

Tints of Parsley #2B6432

Color information

#2B6432 (or 0x2B6432) is unknown color: approx Parsley. HEX triplet: 2B, 64 and 32. RGB value is (43,100,50). Sum of RGB (Red+Green+Blue) = 43+100+50=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6432 is #D49BCD. Grayscale: #4D4D4D. Windows color (decimal): -13933518 or 3302443. OLE color: 3302443.

HSL color Cylindrical-coordinate representation of color #2B6432: hue angle of 127.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6432 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB4310050-
CMYK0.5700.500.61
HSL127.37º39.86%28.04%-
HSV(B)127.37º57%39.22%-
XYZ6.139.864.6-
YUV77.26112.62103.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 100 (39.45% from 255) = 51.81%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=22.28%
G=51.81%
B=25.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43100500.5700.500.61127.3739.8628.04
Hex2B6432390323D7f281c
Octal531446271062751775034
Binary10101111001001100101110010110010111101111111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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