#2B502A

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

Shades of Parsley #2B502A

Tints of Parsley #2B502A

Color information

#2B502A (or 0x2B502A) is unknown color: approx Parsley. HEX triplet: 2B, 50 and 2A. RGB value is (43,80,42). Sum of RGB (Red+Green+Blue) = 43+80+42=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #2B502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B502A is #D4AFD5. Grayscale: #404040. Windows color (decimal): -13938646 or 2773035. OLE color: 2773035.

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

Color convert

RGB438042-
CMYK0.4600.480.69
HSL118.42º31.15%23.92%-
HSV(B)118.42º47.5%31.37%-
XYZ4.286.423.2-
YUV64.6115.24112.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=26.06%
G=48.48%
B=25.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380420.4600.480.69118.4231.1523.92
Hex2B502A2E03045761f18
Octal5312052560601051663730
Binary10101110100001010101011100110000100010111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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