#2B5B2D

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

Shades of Parsley #2B5B2D

Tints of Parsley #2B5B2D

Color information

#2B5B2D (or 0x2B5B2D) is unknown color: approx Parsley. HEX triplet: 2B, 5B and 2D. RGB value is (43,91,45). Sum of RGB (Red+Green+Blue) = 43+91+45=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B2D is #D4A4D2. Grayscale: #474747. Windows color (decimal): -13935827 or 2972459. OLE color: 2972459.

HSL color Cylindrical-coordinate representation of color #2B5B2D: hue angle of 122.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5B2D is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB439145-
CMYK0.5300.510.64
HSL122.5º35.82%26.27%-
HSV(B)122.5º52.75%35.69%-
XYZ5.218.193.79-
YUV71.4113.1107.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.02%
GREEN value IS 91 (35.94% from 255) = 50.84%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=24.02%
G=50.84%
B=25.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4391450.5300.510.64122.535.8226.27
Hex2B5B2D35033407a241a
Octal5313355650631001724432
Binary101011101101110110111010101100111000000111101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,45); }

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

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

 a { background-color: rgb(43,91,45); }

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

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

 span { border-color: rgb(43,91,45); }

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