#2B6035

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

Shades of Parsley #2B6035

Tints of Parsley #2B6035

Color information

#2B6035 (or 0x2B6035) is unknown color: approx Parsley. HEX triplet: 2B, 60 and 35. RGB value is (43,96,53). Sum of RGB (Red+Green+Blue) = 43+96+53=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6035 is #D49FCA. Grayscale: #4B4B4B. Windows color (decimal): -13934539 or 3498027. OLE color: 3498027.

HSL color Cylindrical-coordinate representation of color #2B6035: hue angle of 131.32º 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 #2B6035 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB439653-
CMYK0.5500.450.62
HSL131.32º38.13%27.25%-
HSV(B)131.32º55.21%37.65%-
XYZ5.829.144.82-
YUV75.25115.44105-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=22.40%
G=50%
B=27.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396530.5500.450.62131.3238.1327.25
Hex2B60353702D3E83261b
Octal531406567055762034633
Binary101011110000011010111011101011011111101000001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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