#2B5433

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

Shades of Parsley #2B5433

Tints of Parsley #2B5433

Color information

#2B5433 (or 0x2B5433) is unknown color: approx Parsley. HEX triplet: 2B, 54 and 33. RGB value is (43,84,51). Sum of RGB (Red+Green+Blue) = 43+84+51=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5433 is #D4ABCC. Grayscale: #444444. Windows color (decimal): -13937613 or 3363883. OLE color: 3363883.

HSL color Cylindrical-coordinate representation of color #2B5433: hue angle of 131.71º degrees, saturation: 0.32, 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 #2B5433 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB438451-
CMYK0.4900.390.67
HSL131.71º32.28%24.9%-
HSV(B)131.71º48.81%32.94%-
XYZ4.767.094.25-
YUV67.98118.42110.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=24.16%
G=47.19%
B=28.65%

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
Decimal4384510.4900.390.67131.7132.2824.9
Hex2B54333102743842019
Octal5312463610471032044031
Binary1010111010100110011110001010011110000111000010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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