#2B512C

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

Shades of Parsley #2B512C

Tints of Parsley #2B512C

Color information

#2B512C (or 0x2B512C) is unknown color: approx Parsley. HEX triplet: 2B, 51 and 2C. RGB value is (43,81,44). Sum of RGB (Red+Green+Blue) = 43+81+44=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #2B512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B512C is #D4AED3. Grayscale: #414141. Windows color (decimal): -13938388 or 2904363. OLE color: 2904363.

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

Color convert

RGB438144-
CMYK0.4700.460.68
HSL121.58º30.65%24.31%-
HSV(B)121.58º46.91%31.76%-
XYZ4.396.583.42-
YUV65.42115.91112.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=25.60%
G=48.21%
B=26.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4381440.4700.460.68121.5830.6524.31
Hex2B512C2F02E447a1f18
Octal5312154570561041723730
Binary10101110100011011001011110101110100010011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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