#2B6031

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

Shades of Parsley #2B6031

Tints of Parsley #2B6031

Color information

#2B6031 (or 0x2B6031) is unknown color: approx Parsley. HEX triplet: 2B, 60 and 31. RGB value is (43,96,49). Sum of RGB (Red+Green+Blue) = 43+96+49=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6031 is #D49FCE. Grayscale: #4A4A4A. Windows color (decimal): -13934543 or 3235883. OLE color: 3235883.

HSL color Cylindrical-coordinate representation of color #2B6031: hue angle of 126.79º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6031 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB439649-
CMYK0.5500.490.62
HSL126.79º38.13%27.25%-
HSV(B)126.79º55.21%37.65%-
XYZ5.739.14.36-
YUV74.8113.44105.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=22.87%
G=51.06%
B=26.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396490.5500.490.62126.7938.1327.25
Hex2B6031370313E7f261b
Octal531406167061761774633
Binary10101111000001100011101110110001111110111111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,49); }

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

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

 a { background-color: rgb(43,96,49); }

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

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

 span { border-color: rgb(43,96,49); }

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