#2B6132

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

Shades of Parsley #2B6132

Tints of Parsley #2B6132

Color information

#2B6132 (or 0x2B6132) is unknown color: approx Parsley. HEX triplet: 2B, 61 and 32. RGB value is (43,97,50). Sum of RGB (Red+Green+Blue) = 43+97+50=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6132 is #D49ECD. Grayscale: #4B4B4B. Windows color (decimal): -13934286 or 3301675. OLE color: 3301675.

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

Color convert

RGB439750-
CMYK0.5600.480.62
HSL127.78º38.57%27.45%-
HSV(B)127.78º55.67%38.04%-
XYZ5.859.294.5-
YUV75.5113.61104.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=22.63%
G=51.05%
B=26.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397500.5600.480.62127.7838.5727.45
Hex2B6132380303E80271b
Octal531416270060762004733
Binary101011110000111001011100001100001111101000000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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