#2B5333

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

Shades of Parsley #2B5333

Tints of Parsley #2B5333

Color information

#2B5333 (or 0x2B5333) is unknown color: approx Parsley. HEX triplet: 2B, 53 and 33. RGB value is (43,83,51). Sum of RGB (Red+Green+Blue) = 43+83+51=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5333 is #D4ACCC. Grayscale: #434343. Windows color (decimal): -13937869 or 3363627. OLE color: 3363627.

HSL color Cylindrical-coordinate representation of color #2B5333: hue angle of 132º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5333 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB438351-
CMYK0.4800.390.67
HSL132º31.75%24.71%-
HSV(B)132º48.19%32.55%-
XYZ4.696.944.22-
YUV67.39118.75110.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=24.29%
G=46.89%
B=28.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383510.4800.390.6713231.7524.71
Hex2B53333002743842019
Octal5312363600471032044031
Binary1010111010011110011110000010011110000111000010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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