#2B6133

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

Shades of Parsley #2B6133

Tints of Parsley #2B6133

Color information

#2B6133 (or 0x2B6133) is unknown color: approx Parsley. HEX triplet: 2B, 61 and 33. RGB value is (43,97,51). Sum of RGB (Red+Green+Blue) = 43+97+51=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6133 is #D49ECC. Grayscale: #4B4B4B. Windows color (decimal): -13934285 or 3367211. OLE color: 3367211.

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

Color convert

RGB439751-
CMYK0.5600.470.62
HSL128.89º38.57%27.45%-
HSV(B)128.89º55.67%38.04%-
XYZ5.879.34.62-
YUV75.61114.11104.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=22.51%
G=50.79%
B=26.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397510.5600.470.62128.8938.5727.45
Hex2B61333802F3E81271b
Octal531416370057762014733
Binary101011110000111001111100001011111111101000000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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