#2B5534

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

Shades of Parsley #2B5534

Tints of Parsley #2B5534

Color information

#2B5534 (or 0x2B5534) is unknown color: approx Parsley. HEX triplet: 2B, 55 and 34. RGB value is (43,85,52). Sum of RGB (Red+Green+Blue) = 43+85+52=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5534 is #D4AACB. Grayscale: #444444. Windows color (decimal): -13937356 or 3429675. OLE color: 3429675.

HSL color Cylindrical-coordinate representation of color #2B5534: hue angle of 132.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5534 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB438552-
CMYK0.4900.390.67
HSL132.86º32.81%25.1%-
HSV(B)132.86º49.41%33.33%-
XYZ4.867.264.39-
YUV68.68118.59109.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.89%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=23.89%
G=47.22%
B=28.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385520.4900.390.67132.8632.8125.1
Hex2B55343102743852119
Octal5312564610471032054131
Binary1010111010101110100110001010011110000111000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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