#2B6033

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

Shades of Parsley #2B6033

Tints of Parsley #2B6033

Color information

#2B6033 (or 0x2B6033) is unknown color: approx Parsley. HEX triplet: 2B, 60 and 33. RGB value is (43,96,51). Sum of RGB (Red+Green+Blue) = 43+96+51=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6033 is #D49FCC. Grayscale: #4B4B4B. Windows color (decimal): -13934541 or 3366955. OLE color: 3366955.

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

Color convert

RGB439651-
CMYK0.5500.470.62
HSL129.06º38.13%27.25%-
HSV(B)129.06º55.21%37.65%-
XYZ5.789.124.59-
YUV75.02114.44105.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=22.63%
G=50.53%
B=26.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396510.5500.470.62129.0638.1327.25
Hex2B60333702F3E81261b
Octal531406367057762014633
Binary101011110000011001111011101011111111101000000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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