#2B5429

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

Shades of Parsley #2B5429

Tints of Parsley #2B5429

Color information

#2B5429 (or 0x2B5429) is unknown color: approx Parsley. HEX triplet: 2B, 54 and 29. RGB value is (43,84,41). Sum of RGB (Red+Green+Blue) = 43+84+41=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5429 is #D4ABD6. Grayscale: #424242. Windows color (decimal): -13937623 or 2708523. OLE color: 2708523.

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

Color convert

RGB438441-
CMYK0.4900.510.67
HSL117.21º34.4%24.51%-
HSV(B)117.21º51.19%32.94%-
XYZ4.577.013.21-
YUV66.84113.42111-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=25.60%
G=50%
B=24.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384410.4900.510.67117.2134.424.51
Hex2B54293103343752219
Octal5312451610631031654231
Binary101011101010010100111000101100111000011111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,41); }

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

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

 a { background-color: rgb(43,84,41); }

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

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

 span { border-color: rgb(43,84,41); }

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