#2B502C

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

Shades of Parsley #2B502C

Tints of Parsley #2B502C

Color information

#2B502C (or 0x2B502C) is unknown color: approx Parsley. HEX triplet: 2B, 50 and 2C. RGB value is (43,80,44). Sum of RGB (Red+Green+Blue) = 43+80+44=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #2B502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B502C is #D4AFD3. Grayscale: #404040. Windows color (decimal): -13938644 or 2904107. OLE color: 2904107.

HSL color Cylindrical-coordinate representation of color #2B502C: hue angle of 121.62º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B502C is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB438044-
CMYK0.4600.450.69
HSL121.62º30.08%24.12%-
HSV(B)121.62º46.25%31.37%-
XYZ4.326.433.4-
YUV64.83116.24112.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=25.75%
G=47.90%
B=26.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380440.4600.450.69121.6230.0824.12
Hex2B502C2E02D457a1e18
Octal5312054560551051723630
Binary10101110100001011001011100101101100010111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,44); }

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

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

 a { background-color: rgb(43,80,44); }

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

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

 span { border-color: rgb(43,80,44); }

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