#2B6034

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

Shades of Parsley #2B6034

Tints of Parsley #2B6034

Color information

#2B6034 (or 0x2B6034) is unknown color: approx Parsley. HEX triplet: 2B, 60 and 34. RGB value is (43,96,52). Sum of RGB (Red+Green+Blue) = 43+96+52=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6034 is #D49FCB. Grayscale: #4B4B4B. Windows color (decimal): -13934540 or 3432491. OLE color: 3432491.

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

Color convert

RGB439652-
CMYK0.5500.460.62
HSL130.19º38.13%27.25%-
HSV(B)130.19º55.21%37.65%-
XYZ5.89.134.7-
YUV75.14114.94105.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=22.51%
G=50.26%
B=27.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396520.5500.460.62130.1938.1327.25
Hex2B60343702E3E82261b
Octal531406467056762024633
Binary101011110000011010011011101011101111101000001010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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