#2B5233

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

Shades of Parsley #2B5233

Tints of Parsley #2B5233

Color information

#2B5233 (or 0x2B5233) is unknown color: approx Parsley. HEX triplet: 2B, 52 and 33. RGB value is (43,82,51). Sum of RGB (Red+Green+Blue) = 43+82+51=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5233 is #D4ADCC. Grayscale: #424242. Windows color (decimal): -13938125 or 3363371. OLE color: 3363371.

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

Color convert

RGB438251-
CMYK0.4800.380.68
HSL132.31º31.2%24.51%-
HSV(B)132.31º47.56%32.16%-
XYZ4.616.794.2-
YUV66.81119.08111.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.43%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=24.43%
G=46.59%
B=28.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4382510.4800.380.68132.3131.224.51
Hex2B52333002644841f19
Octal5312263600461042043731
Binary101011101001011001111000001001101000100100001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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