#2B5332

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

Shades of Parsley #2B5332

Tints of Parsley #2B5332

Color information

#2B5332 (or 0x2B5332) is unknown color: approx Parsley. HEX triplet: 2B, 53 and 32. RGB value is (43,83,50). Sum of RGB (Red+Green+Blue) = 43+83+50=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5332 is #D4ACCD. Grayscale: #434343. Windows color (decimal): -13937870 or 3298091. OLE color: 3298091.

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

Color convert

RGB438350-
CMYK0.4800.400.67
HSL130.5º31.75%24.71%-
HSV(B)130.5º48.19%32.55%-
XYZ4.676.934.11-
YUV67.28118.25110.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.43%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=24.43%
G=47.16%
B=28.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383500.4800.400.67130.531.7524.71
Hex2B53323002843822019
Octal5312362600501032024031
Binary1010111010011110010110000010100010000111000001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,50); }

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

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

 a { background-color: rgb(43,83,50); }

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

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

 span { border-color: rgb(43,83,50); }

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