#2B5232

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

Shades of Parsley #2B5232

Tints of Parsley #2B5232

Color information

#2B5232 (or 0x2B5232) is unknown color: approx Parsley. HEX triplet: 2B, 52 and 32. RGB value is (43,82,50). Sum of RGB (Red+Green+Blue) = 43+82+50=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5232 is #D4ADCD. Grayscale: #424242. Windows color (decimal): -13938126 or 3297835. OLE color: 3297835.

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

Color convert

RGB438250-
CMYK0.4800.390.68
HSL130.77º31.2%24.51%-
HSV(B)130.77º47.56%32.16%-
XYZ4.596.784.08-
YUV66.69118.58111.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=24.57%
G=46.86%
B=28.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4382500.4800.390.68130.7731.224.51
Hex2B52323002744831f19
Octal5312262600471042033731
Binary101011101001011001011000001001111000100100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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